/* --- Form controls --- */

.formctrl {
	font: normal 11px Verdana;
}

.formctrl2 {
	font: normal 13px Verdana;
}

input.tiny, select.tiny {
	width: 50px;
}

input.small, select.small {
	width: 75px;
}

.normal {
	width: 120px;
}

.medium {
	width: 150px;
}

.large {
	width: 250px;
}

input.checkbox {
	margin: 0px 10px 0 0;
}

input.radio {
	margin-top: 7px;
}

* html input.radio {
	margin-top: 2px;
}

optgroup, 
option {
	font: normal 11px Verdana;
	background-color: #FFF;
}

optgroup {
	font: bold 11px Verdana;
	background-color: #DCDCDC;
}

input#go_button {
	width: 162px;
	height: 38px;
	background: url(../../images/default/content/button_go.jpg) top left no-repeat;
	border: none;
}

.formbutton {
	font: normal 11px Verdana;
	padding: 3px 3px 3px 3px;
}

#res_button {
	cursor: pointer;
}

/* --- Calendar link --- */

a.calendar img {
	border: none;
}

/* --- Vehicle list --- */

div.vehicle a {
	color: #000;
	font-weight: bold;
}

/* --- Extras list --- */

div.extras a {
	color: #000;
	font-weight: bold;
}

/* --- Image upload form --- */

form.img-upload {
	display: none;
}

.hide {
	display: none;
}