
/* GENERIC FORM STYLING */
#Content form {
	width:378px;
}
	#Content form fieldset {
		border:0;
		padding:12px;
	}
		#Content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#Content span.message {
			width: 300px;
		}
		#Content form div {
			margin-top:10px;
			width:100%;
		}
		#Content form label {
			font-size:1.1em;
			color:#333;
		}
			#Content form label.left {
				float:left;
				width:12em;
			}
			#Content form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
		#Content form input.text,
		#Content form textarea,
		#Content form select {
			width:200px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#Content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#Content form input.year {
			width:35px;
		}
		#Content form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#Content form p.Actions input {
				padding:2px;
			}



textarea {

-moz-border-radius : 5px ;

-webkit-border-radius: 8px;
background-color: white;
	border-color: #d50d0d;
	width: 380px;
	margin: 12px;
}

input.text {
-moz-border-radius : 5px ;

-webkit-border-radius: 8px;
background-color: white;
	padding: 2px;
	border-color: #d50d0d;
	width: 200px;
}
#Math label{
	width: 450px;
	margin-top: 2px;
	font-style: italic;
}
#Math input{
	width: 20px;
}
input.action {
	

	-moz-border-radius : 5px ;
min-width: 100px;
-webkit-border-radius: 8px;
background-color: white;
	padding: 2px;
	border-color: #d50d0d;
}

fieldset {
	border-style: none;
}

.Actions {
	text-align: right;
	margin-right: 17px;
		margin-bottom: 20px;
}

#MemberLoginForm_LoginForm {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 8px;
}

#Form_RegisterForm {

}

#Form_RegisterForm .left{
	float: left;
	width: 250px;
	margin-right: 10px;
	font-weight: bold;
	color: #414141;
	text-align: right;
}

#Form_RegisterForm input{

	width: 250px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#Form_RegisterForm .action{
	width: 120px;
	padding: 2px;
	background-color: #f50203;
	font-weight: bold;
	color: white;
}

#PageComments_holder {
	clear: both;
	margin-top: 20px;
}

.field, .FormHeading {
    clear: both;
}
