/* Form Styles */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}


div#container {
	font-size: 10px;
	margin: 0;
	height: 500px;
	background-color: #ffffff;
	width: 130px;
}

h1 {
	font-size: 10px;
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	float: left;
}
#container p {
	font-family: Goudy, Georgia, times;
	font-size: 13px;
	color: #333;
	margin: 0;
	float: left;
}

.clearing { clear: both; }
.alert, .error { color: #fbb03b; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	margin-bottom: 5px 0 5px 0;
	background-color: #ffffff;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	text-align: left;
	color: #333;
	font-family: Goudy, Georgia, times;
	font-size: 14px;
	padding: 10px 0 0 0;
	margin: 0 5px 0 0;
}

ol.forms input {
	width: 130px;
	margin: 10px 0 0 0;
	background-color: #c9d3d0;
	color: #333;
}
ol.forms select {
	width: 130px;
	margin: 10px 0 0 0;
	background-color: #c9d3d0;
	color: #333;
}
ol.forms textarea {
	height: 100px;
	width: 130px;
	background-color: #c9d3d0;
	margin: 10px 0 0 0;
}

ol.forms input, ol.forms textarea, ol.forms select, ol.forms button {
	font-family: Goudy, Georgia, times;
	font-size: 13px;
	color: #333;
	background-color: #c9d3d0;
	
}

ol.forms .error {
	display: block;
	margin: 10px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 130px;
	background-color: #fff;
}

ol.forms li.buttons {
	margin: 10px 0 0 0;
	padding-left: 15px;
	width: 150px;
}
ol.forms .message-error {
	display: block;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

