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

body{
		background: url(images/boxyellow.gif) repeat-x;
}
h1{
	font-size: 185%;
	color: #464646;
}
h3{
	color: #464646;
}
.grid_3, .grid_8{
	padding-left: 20px;
}
#head{
	text-indent: -99999999px;
	margin-bottom: 30px;
}
.footer1111{
	clear: both;
	text-align: right;
	padding-right: 30px;
	font-size: 70%;
}
.footer1111 a{
	color: #000000;
	text-decoration: underline;
}
form{
margin-bottom: 30px;
}
fieldset{
	border: none;
	background-color: #ece6d4;
}

input{
	font-size: 10px;
	border: 1px #bfbfbf solid;
		background-color: #ffffff;
}

label{
	display: block;
	width: 44%;
	float: left;
	margin-bottom: 5px;
	padding: 0;
}

input.text {
	display: block;
	width: 54%;
	float: left;
	margin-bottom: 5px;
}

input.error_text {
	display: block;
	width: 55%;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #FF0000;
}

input.text2 { 
	margin: 0 5px 5px 0;
}

input.error_text2 { 
	margin: 0 5px 5px 0;
	border: 1px solid #FF0000;
}

select {
	display: block;
	float: left;
	margin-bottom: 5px;
	font-size: 10px;
}

select.drop_error{
 border: 1px solid #FF0000;
 color: #000000;
	background-color: #ff0000;
}

br {
	clear: left;
}

textarea{
 	border: 1px #bfbfbf solid;
	float: left;
	width: 99%;
	overflow: auto;
	height: 10em;
	font-size: 11px;
}

.error_textarea{
	border: 1px solid #FF0000;
}

ol.error{
	list-style-position: inside;
	padding: 0;
	margin: 0;
}