/* --------------------------------------------- ROOT
 * ----------------------------------- Section
 * ------------------------- Page
 * 
 * This file includes all styling for this page.
 * 
 * Benjamin Brygger, LCD 2009
 */

/* @import url("../../_css/screen.css"); */

@media screen {

/*
 * Body
 */

/*
 * Header
 */

/*
 * General Type
 */

h2 {
	background: url(_images/headers.png) no-repeat; /* text image for page headers */
}

/*
 * Section
 */

#section .image {
	background: #f2f2f2 url(_images/sectionImage.jpg) no-repeat;
}

/*
 * Content
 */

form input, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form input {
	color: #007ea6;
}
form .item input {
	position: absolute;
	width: 152px;
	height: 16px;
	top: -2px;
	right: 0;
	padding: 3px;
	/**/
	border: #eaeaea solid 1px;
	/**/
	line-height: 11px;
}
form .item .notice {
	color: #858585;
	line-height: 20px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
	form .item .error {
		color: #cc0000;
	}							
	form .item .valid {
		color: #00aa00;
	}
	
form .columnLeft {
	width: 360px;
	/**/
	font-size: 11px;
}	
	form .columnLeft .margins {
		margin: 0 10px 0 70px;
	}
		form .columnLeft p {
			margin: 0 0 20px 0;
		}
		form .columnLeft .item {
			position: relative;
			height: 20px;
			width: 280px;
			margin: 0 0 20px 0;
		}
			form .columnLeft span {
				text-align: right;
			}								
			form .columnLeft .item label {
				display: block;
				position: absolute;
				width: 110px;
				top: 0;
				bottom: 0;
				left: 0;
				/**/
				line-height: 20px;
				text-align: right;
			}							
			form .columnLeft .item .notice {
				position: absolute;
				width: 60px;
				top: 0px;
				right: -60px;
				bottom: 0px;
				/**/
				background: #fafafa;
			}
form .columnRight {
	width: 600px;
}
	form .columnRight .margins {
		margin: 0 70px 0 130px;
	}
		form .columnRight .item label {
			display: block;
			height: 20px;
			margin: 0 0 20px 0;
		}
		form textarea {
			height: 370px; /*212px , 292px*/
			width: 392px; /*452px*/
			padding: 3px;
			/**/
			border: #eaeaea solid 1px;
			/**/
			line-height: 20px;
		}							
		form .submit {
			margin: 20px 0 20px 0;
		}
			form .submit input {
				height: 40px;
				width: 100px;
				/**/
				border: 0;
				background: #fafafa url(_images/submit.png) no-repeat 0 0;
				/**/
				color: #5c5c5c;
				font-weight: bold;
			}
				form .submit input:hover {
					background: #fafafa url(_images/submit.png) no-repeat 0 -40px;
					/**/
					color: #007ea6;
				}
		
/*
 * Footer
 */

} /* End of Screen */
 
@media print {

} /* End of Print */