﻿
form{
	border:1px #ccc solid;
}

input{
	border:1px #ccc solid;
}

form fieldset{
	border:none;
	margin:0.8em 0.6em 0.4em;
	padding-bottom:0.84em;
}

form legend{
	color:#62126B;
	font-weight:bold;
	margin-bottom:0.84em;
}

.forminput{
	margin-bottom:0.5em;
	position:relative;
}

.formfiled,.formlabel{
	float:left;
	line-height:1.6em;
	margin-right:0.5em;
}

.formlabel{
	text-align:right;
	width:6em;
}

.formlabel label{
	float:right;
	color:#505050;
}

.formsubmit{
	text-align:right;
	padding:0 8.6% 0.8em 0;
}

.ceditor{
	width:84%;
}

.tip{
	color:#999;
	padding:2px 0;
}

.text{
	width:200px;
}

div.error{
	color:#f00;
	position:absolute;
	left:500px;
	top:0;
	width:150px;
}

input.error,select.error,textarea.error{
	border-color:#f00;
}

#usersform .formlabel
{
	width:7em;
}

#pwdform .formsubmit,#usersform .formsubmit,#bookingform .formsubmit{
	text-align:left;
	padding-left:18%;
}

#bookingform .formsubmit{
	padding-left:36%;	
}

#referform .formsubmit{
	padding-right:41%;			
}
