
	
/* form classes */

input, select {
	font-size: 90%
}

a {
	font-weight: bold;
}

#booking, #register, #formCont, #delivery {
	font-size: 90%;
}
.inputText {
	clear: left;
	float: left;
	width: 130px;
	margin: 5px 0 5px 5px;
}
#register .inputText {
	clear: left;
	float: left;
	width: 150px;
	font-weight: bold;
	margin: 5px 0 5px 5px;
}

.radioText {
	clear: left;
	float: left;
	width: 100px;
	margin: 5px;
}
.nobodyText {
	clear: left;
	float: left;
	margin: 5px;
	padding-bottom: 5px;
}
#delivery #submit, #booking #submit, #register #submit {
	clear: left;
	float: left;
	margin-left: 135px;
	background-color: #DDD !important;
}

/* !important overrides google toolbar and dev toolbar autofill with yellow background */
#booking input, #booking select, #register input, #register select, #delivery input, #delivery select, #delivery textarea {
	float: left;
	margin-top: 5px;
	background-color: #FFF !important;
}
#delivery textarea {
	width: 300px;
	height: 40px;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



#names {
	float: left;
	width: 200px;
	margin-right: 10px;
	border: solid #aea59c 1px;
}

#newName {
	float: left;
	border: solid #aea59c 1px;
}

#already {
	margin: 0;
	background-color: #aea59c;
	color: #FFFFFF;
	padding: 5px;
}
* html #already {
	height: 45px;
}

#newPerson {
	background-color: #aea59c;
	color: #FFFFFF;
	padding: 5px;
}
* html #newPerson {
	height: 45px;
}

.plain {
	font-weight: normal;
}

#formCont {
	float: left;
	border: solid #aea59c 1px;
	width: 560px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#party {
	background-color: #aea59c;
	height: 15px;
	padding: 5px;
	color:#FFFFFF;
}
* html #party {
	height: 25px;
}

#party p {
	float: left;
	margin: 0;
}

#members {
	float: right;
	margin: 0;
	display: inline;
	color:#FFFFFF;
}

#members select {
	display: inline;
	vertical-align: bottom;
	margin: 0 0 0 5px;
	color: #000;
}

#members p {
	float: left;
	vertical-align: bottom;
	margin: 0;
}

.eachSkier {
	border-bottom: solid #aea59c 1px;
	overflow: hidden;
	padding-bottom: 10px;
}

.formLeft {
	float: left;
	width: 280px;
	padding-bottom: 5px;
}
.formRight {
	float: left;
	width: 280px;
	padding-bottom: 5px;
}
#submitText {
	float: right;
	margin-right: 10px;
}
#submitText a {
	color: #00FF99;
}
#submitText a:hover {
	color: #00FF99;
	text-decoration: underline;
}

.formText {
	float: left;
	margin: 5px 0 0 0;
}

/* basket view */

#basketView {
	background-color: #aea59c;
	width: 560px;
}
#basketView td {
	font-size: 90%;
	background-color: #FFF;
}
#basketView td.basketViewHead {
	background-color: #aea59c;
	font-weight: bold;
	font-size: 105%;
	color:#FFFFFF;
}
#basketView td.basketViewPerson {
	background-color: #DDD;
}

/* Delivery */

#delLogin p, #delLogin input {
	float: left;
	vertical-align: top;
	margin: 0;
}
#delLogin input {
	margin: 0 5px 0 5px;
}

/* Register view and edit */

#registerView {
	margin-top: 20px;
}

.registerText {
	clear: left;
	float: left;
	width: 200px;
	font-weight: bold;
	margin: 5px 0 5px 5px;
}