div#form_container {
	width: 867px;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 30px;
	background: url(/images/bg_h-divider.jpg) repeat-x bottom;
}
	div.form_column {
		background: url(/images/bg_form-column.png) no-repeat;
		height: 430px;
		width: 239px;
		padding: 10px 15px;
		float: left;
		overflow: hidden;
	}
	div.form_double-column {
		background: url(/images/bg_form-double-column.png) no-repeat;
		height: 450px;
		width: 498px;
		padding: 10px 15px;
		margin-left: 40px;
		float: left;
		overflow: hidden;
	}
	div.form_contact-column {
		background: url(/images/bg_form-contact-column.png) no-repeat;
		height: 390px;
		width: 550px;
		padding: 10px 15px;
		margin-left: 35px;
		float: left;
		overflow: hidden;
	}
	div#about {
		font-family: Georgia, Arial, sans-serif;
		width: 246px;
		color: #FFF;
		font-size: 16px;
		float: left;
		margin: 25px 0 0 0;
	}
		div#about p {
			margin-top: 20px;
		}
		div#errors_div {
			width: 215px;
			height: 46px;
			float: left;
			font-size: 10px;
			color: red;
		}
		div.form_element {
			margin: 15px 0 15px 0;
			width: 239px;
			color: #FFF;
		}
		div.form_double-element {
			margin: 15px 0 15px 0;
			width: 468px;
			color: #FFF;
			clear: both;
		}		
		div.form_contact-element {
			margin: 15px 0 15px 0;
			width: 327px;
			color: #FFF;
			clear: both;
		}			
		div.form_half-element {
			float: left;
			width: 119px;
			font-size: 12px;
			color: #FFF;
			margin: 5px 0 15px 0;
		}
		div.project_thumbnail {
			float: left;
			margin: 2px;
			overflow: hidden;
		}
		div#form_container div#admin_buttons {
			float: right;
		}
	
		
	/**** ADMIN Inputs ****/	
	input.textfield {
		width: 230px;
		padding: 3px;
		font-size: 14px;
	}
	input.textfield-double {
		width: 317px;
		padding: 3px;
		font-size: 14px;
	}	
	textarea.textarea {
		width: 230px;
		height: 100px;
		padding: 3px;
		font-size: 14px;
	}
	textarea.textarea-double {
		width: 317px;
		height: 120px;
		padding: 3px;
		font-size: 14px;
	}	
	
	/**** ADMIN Buttons ****/
	.button {
		float: right;
		width: 100px;
		height: 33px;
		cursor: pointer;
		border: 0;
		background: none;
	}
	.create {
		background: url(/images/buttons/button_create.png) no-repeat;
	}
	.update {
		background: url(/images/buttons/button_update.png) no-repeat;
	}	
	.upload {
		background: url(/images/buttons/button_upload.png) no-repeat;
	}	
	.login {
		background: url(/images/buttons/button_login.png) no-repeat;
	}			
	.show {
		background: url(/images/buttons/button_show.png) no-repeat;
	}			
	.send {
		background: url(/images/buttons/button_send.png) no-repeat;
	}		






/**** ADMIN Font & Link Styles ****/

div#form_container a { color: #FFF; }

div#form_container .h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
}
div#form_container .h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 2px;
}