/* @override http://snet.tradeweeks.co.uk/css/forms.css */

/* Forms */

fieldset {
	margin: 1em 0;
	border: none;
	border: 1px solid #ccc;
	padding: 5px;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #ccc;
	background: transparent;
	font-size: 1em;
	font-weight: bold;
}

label {
	text-align: right;
}

fieldset label {
	float: left;
	width: 150px;
	padding: 0 1em;
	text-align: right;
	clear: both;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 200px;
	color: #333;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
}

fieldset select.fixedWidth {
	width: 180px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

/* required fields - does not work in IE */

fieldset div.required {
	font-weight: bold;
}

fieldset div.text {
	width: 400px;
}

fieldset div.required label:before {
	content: "* "; }

#readterms {
	height: 200px;
	width: 400px;
}

#textbig {
	height: 200px;
	width: 400px;
}

#accept {
	height: 25px;
	width: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.button{
   width: 30px;
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   background-color:#003399;
}

input.date{
   width: 70px;
}

.error {
	color: #ff0000;
}
.feedback {
	color: #ff0000;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
	border: 1px solid #d5d5d5;
	background-color: #ffffa0;
}


