.sDay{
	width:20%;
	}
.sMonth{
	width:50%;
	}
.sYear{
	width:30%;
	}
.selectDay, .selectMonth, .selectYear{
	width:100%;
	}
.fullWidth{
	width:100%;
}
.availabilityInput{
	width:180px;
	}
select{
	font-size:inherit;
	color:black;
	background-color:#e4e4e4;
	border:1px solid black;
	line-height:90%;
	margin-bottom:1px;
	margin-top:0;
}
.quickSubmit{
	width:90px;
	}
input{
	font-size:100%;
	color:black;
	background-color:#e4e4e4;
	border:none;
	line-height:90%;
	margin-bottom:1px;
	margin-top:0;
}
textarea{
	font-size:100%;
	color:black;
	background-color:#e4e4e4;
	border:none;
	line-height:90%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-top:0;
}
.button{
	background-color:#999999;
	color:white;
	height:auto;
	line-height:normal;
}
.radio{
	background-color:white;
}
.loginfields{
	width:120px;
}
form{
	padding:0;
	margin:0;
	}
/* admin bits */
.adminFields{}
.adminFields input, .adminFields textarea, .adminFields select{
	width:300px;
	margin-left:10px;
	}
.adminFields textarea{
	height:200px;
	}