@charset "UTF-8";
/* CSS Document */

/*
#content p {border:dotted 1px red;margin: 6px;}
#content span.label_extra {border:dotted 1px green; margin: 6px;}
*/

#content h1 {
	color:#7cb017 !important;
	display:block;
	font: italic 26px/30px georgia;
	overflow:hidden;
	padding:13px 0 2px;
	width:100%;
	font-weight:normal;
	margin:0 25px;
}

#content form {
	margin:0 25px;
	}

input, textarea, button {
	font-family: helvetica, arial, sans-serif;
	}

form label {
	margin-right: 15px;
	color: #2A3D55;
	width: 100%;
	float: left;
	text-align: left;
	font-weight: 800;
	}

form .clearBoth {
	height: 15px;
	clear:both;
	}
	
form .input_text, form textarea {
	padding: 5px 4px;
	border: 1px solid #2A3D55;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	}
	


/*
.formsubmit {
	display: block;
	height: 25px;
	padding: 20px;
	}
*/

/*
	
form .formsubmit {
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
	form .formsubmit .submit,
	form .formsubmit .reset {
		margin-right: 10px;
		padding: 5px 10px 3px 10px;
		background: #DAD5BC;
		color: #2A3D55;
		font-weight: bold;
		border: 1px solid #2A3D55;
		font-size: 20px;
		}
		
	form .formsubmit .submit:hover,
	form .formsubmit .reset:hover {
		background: #CAA16D;
		}
*/


form input.input_text,
form select,
form textarea {
	width: 360px;
}


