@charset "utf-8";
/* 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;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
color:#fff;
}

div#container {
	background: #fff;
	font-size: 1.2em;

	margin-left:8px;
	padding: 0px;
	width: 170px;
	border:1px solid #c5c5c5;
}
h2 {
	color: #b60f0f;
	background-color: transparent;
	font-size: 12px; 
	margin-bottom: 0;
	
}

.okh1 { 
	font-size: 12px; 
	margin-bottom: 0;

}
h3 { 
	font-size: 12px;
 color:#000000;
 font-weight:bold;
}
p { margin-bottom: 1.5em; color:#000000;}

.clearing { clear: both; }
.alert, .error { color: #FF0000; font-size:10px; }

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
	margin-top:-3px;
background-image: url(images/bgimage.gif);
background-repeat:no-repeat; 
padding-top:10px;
color:fff;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 42%;
	color:fff;
}

ol.forms input { width: 54%; border:1px solid #ddd; }
ol.forms textarea {
	height: 20em; 
	width: 32%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em arial, "Times New Roman", Times, serif; }

ol.forms .error { 
	display: ;
	margin: 0;
	font-size:10px;

}

ol.forms li.buttons {
padding-bottom:5px;
padding-top:5px;
font-size:10px;
width:100%;

}
