/* CSS Document */

div.formDetail{
	font-size:0.75em;
	float:left;
}
div.formDetail div.formBody{
	margin-bottom:10px;
	width:100%;
	float:left;
}
div.formDetail div.formRow{
	float:left;
	clear:right;
	width:100%;
	margin-bottom:15px;
}
div.formDetail h4.formHeading{
	font-size:1.0em;
	font-weight:normal;
	color:#fe6d4c;
	text-align:left;
	padding:0;
	margin:0;
}
div.formDetail input.formTextBox, div.formDetail select, div.formDetail textarea, div.formDetail div.formFile input, div.formDetail div.formDate input{
	width:212px;
	padding:1px 2px;
	font-family:arial, veradana;
	color:#666;
	border:1px solid #ccc;
	background-color:#eee;
}
div.formDetail select{
	width:218px;
	padding:1px 0px 0px;
}
div.formDetail textarea{
	width:216px;
	height:70px;
	padding:1px 0px 0px;
}
div.formDetail .labelItems{
	display:block;
	float:left;
	width:90px;
	text-align:right;
	padding:0px 10px 0 0;
}
div.formDetail div.formRadioButton input, div.formDetail div.formCheckBox input{
	margin:2px 3px 0 0;
}
div.formRadioButton, div.formCheckBox{
	float:left;
}
div.formRadioButton span, div.formCheckBox span{
	display:block;
	width:578px;
}
div.formDetail div.formFile input, div.formDetail div.formDate input{
	width:150px;
	float:left;
}
div.formDetail div.formFile img, div.formDetail div.formDate img{
	display:block;
	padding-left:7px;
	cursor:pointer;
}
div.formDetail div.formFooter{
	margin-left:100px;
	width:100%;
	clear:both;
}
div.formDetail div.formSubmit input{
	display:block;
	float:left;
	padding:2px 15px;
	font-weight:bold;
	color:#fff!important;
	text-decoration:none;
	border:1px solid #666;
	background-color:#999;
}
div.formDetail div.formSubmit input:hover{
	border:1px solid #999;
	background-color:#bbb;
}
div.formDetail div.formSubmit a{
	display:block;
	float:left;
	padding:2px 15px;
	font-weight:bold;
	color:#fff!important;
	text-decoration:none;
	border:1px solid #666;
	background-color:#999;
}
div.formDetail div.formSubmit a:hover{
	border:1px solid #999;
	background-color:#bbb;
}
.commentsMessage {
font-size:70%
}
