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

form{
	margin-top: 5px;
}

fieldset{
	margin: 10px 0 10px 0;
	border: none;
	border-bottom: thin dotted #c1c1c1;
	padding-bottom: 20px;
	float: left;
	display: block;
}


fieldset.bottom {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom:0;
}

legend{

}

input {
	width: 318px;
	height: 25px;
	font-size: 14px;
	float: right;
	padding: 8px 8px 0 8px;	
	margin-bottom: 15px;
}

textarea {
	font-family: inherit;
	font-size: 14px;
	height: 150px;
	width: 320px;
	padding: 8px 8px 0 8px;	
	float: right;
	margin:3px 0 5px 0;
}
	
select{
	width: 338px;
	font-family: inherit;
	font-size: 12px;
	margin:20px 0 5px 0;
	float: right;
}

label{
	display:block;
	margin:2px 10px 0 0;
	float: left;
	color: #262626;
	background: #ebebeb;
	padding: 11px 0 10px 15px;
	width: 100px;
	height: 18px;
	clear: left;
	background:url(../images/label_arrow.gif) no-repeat;
}

label.selected {
  color: white;
	background:url(../images/label_arrow_selected.gif) no-repeat;
}

label.no_bg {
	background: #ffffff;
}

.submit {
	margin: 20px 235px 5px 0;
	width: 72px;
	height: 23px;
	clear: both;
}

.radio{

}

form span {
	color: #c83047;
}