#subModelSelector{
	width:180px;
}
#otherCarSelector{
	width:100%;
}
.fullWidth{
	width:100%;
}
#fullWidth{
	width:100%;
}
.sideSearch{}
.sideSearch select{
	background-color:#ffffff;
	color:#000000;
}
.inlineEdit{
	height:14px;
	width:100%;
	}
.formQuestion{
	padding-right:2em;
	padding-bottom:1em;
	}
#mmsQuestionnaire{}
#mmsQuestionnaire td{
	vertical-align:top;
	}
select{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:100%;
	color:black;
	background-color:#F0F0F0;
	border:1px solid black;
	line-height:90%;
}
input{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:100%;
	color:black;
	background-color:#F0F0F0;
	border:none;
	line-height:90%;
}
textarea{
	font-size:100%;
	color:black;
	background-color:#F0F0F0;
	border:none;
	line-height:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.button{
	background-color:#999999;
	color:white;
	height:auto;
	line-height:normal;
}
.radio{
	background-color:white;
}
.loginfields{
	width:120px;
}
#login input{
	background-color:#E8F0F8;
	color:#4E86BF;
	}
#login .button{
	background-color:#E8F0F8;
	color:#4E86BF;
	border:1px solid #cccccc;
	}