@charset "utf-8";
/* CSS Document */

body {font:12px/17px Arial, Helvetica, sans-serif; color:#333; background:#ccc; padding:0px 0px 0px 0px;}
fieldset {
	background: #FFFFFF;
	padding:0px;
	border:0px solid #fff;
	margin-bottom:0px;
	width:600px;
}
input, textarea, select
{
    /*border:0.3px solid #F58D28;*/
    font: 12px/12px Arial, Helvetica, sans-serif;
    padding: 0;
}
fieldset.action 
{
    background:#fff; 
    border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; 
    margin-top:0px; 
    text-align:center
}
.inputLabel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	line-height: 16px;
}
label {
	font-size:11px;
	font-weight:bold;
	color:#666;
}
label.opt {font-weight:normal;}
dl {line-height:1px;}
dt {
	float:left;
	text-align:right;
	width:150px;
	line-height: normal;
	margin:0 5px 0px 0;
}
dd {
	float:left;
	width:400px;
	line-height: normal;
	margin:0 0 10px 0;
}

#container {
	width:500px;
	margin:0;
}

/*Text inputs*/
.checkBoxContainer
{
	height:auto;
	margin-top:0px;
	overflow:auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.checkbox {
	margin-bottom: 5px;
}
.checkList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin-bottom: 60px;
}
.inputmio2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid;
	background-color: #FFFFFF;
	font-weight: normal;
	height:19px;
	border-color: #CCC;
	width: 250px;
	line-height: 18px;
	margin-top: 9px;
	margin-bottom: 6px;
}
.inputLongContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid;
	background-color: #FFFFFF;
	font-weight: normal;
	height:19px;
	border-color: #CCC;
	width: 450px;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 6px;
}
.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid;
	background-color: #FFFFFF;
	font-weight: normal;
	width:550px;
	height:95px;
	border-color: #CCCCCC;
	margin-top: 9px;
	margin-bottom: 9px;
}
.inputLabel2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	line-height: 15px;
}

.inputLabel3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 18px;
}

.listContainer label{
    font-weight: normal;
    margin-left: 6px;
}

.formSubmitButton{
    background-image: url("../Images/buttons/requestInfo_off.gif");
    border: medium none;
    height: 27px;
    width: 167px;
    cursor:pointer;
}
