/* hide the legends from view with positioning for screen readers */
legend span {
	position:absolute; left:0px; top: -200px;
}
fieldset {
	clear:both;
	border:0;
	padding:5px 0 0 0;
	margin:0;
}
fieldset ol {
	list-style:none;
	padding:0;
	margin:0;
}
fieldset ol li {
	padding:0;
	margin:0;
	width:100%;
	margin-bottom: 0.3em;
}			
fieldset label {
	text-align:right;
	float:left;
	clear:left;
	padding:0;
	margin:0;
	display:block;
	width:180px;
}
fieldset ol li em {  
	color:red;
}
fieldset ol li span {
	display:block;
	padding-left:180px;
	font-size:80%;
	color:red;
}
fieldset.submit {
	padding:0;
}			
fieldset.submit button {
	margin-left: 180px;
}
fieldset.submit input {
	margin-left: 180px;
	border:0;
}


/**
 *
 * contact Form Styles
 *
 */
.contactform {
	margin-top:0px;
}
.contactform input {
	width:200px;
}
.contactform fieldset label {
	width:150px;
}
.contactform fieldset.submit input {
	margin-left: 150px;
}
.contactform fieldset.submit button {
	margin-left: 150px;
}
.contactform textarea {
	width:200px;
	height:100px;
}
.contactform fieldset ol li span {
	padding-left:150px;
}

input, textarea, select {
	border-bottom: 1px solid #aa0000;
	border-right: 1px solid #aa0000;
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
}

/* butons

button {
	cursor: pointer;
	vertical-align: middle;
	padding:0;
	margin:0;
	background: #aa0000;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #ff6666;
	border-left: 1px solid #ff6666;
	border-bottom: 1px solid #330000;
	border-right: 1px solid #330000;
}
button:active {
	background: #660000;
	border-bottom: 1px solid #ff6666;
	border-right: 1px solid #ff6666;
	border-top: 1px solid #330000;
	border-left: 1px solid #330000;
}

/* Postcode form */

/* BUTTONS */

a.button, button.button{
    margin:0 0 0 0;
    background: url("../images/button-bg.png") top left repeat-x;
    background-color:#489426;
    vertical-align:middle;
    border:1px solid #3B6E22;
    font-size:12px;
    line-height:16px;
    text-decoration:none;
    font-weight:bold;
    color:#eee;
    cursor:pointer;
    padding:6px 10px 6px 7px;
}
button.button{
    width:auto;
    overflow:visible;
}
button.button[type]{
    padding:4px 10px 6px 7px; /* Firefox */
}
button.button img, a.button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button.button:hover, a.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
/*a:active, button:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}*/

/* POSITIVE */

button.buttonPos, a.buttonPos{
    background: url("../images/button-bg.png") top left repeat-x;
    background-color:#489426;
    color:#eee;
}
a.buttonPos:hover, button.buttonPos:hover{
    background-color:#57B22E;
    border:1px solid #3B6E22;
    color:#fff;
}
/*a.positive:active, button.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}*/

/* NEGATIVE */

a.buttonNeg, button.buttonNeg{
    background: url("../images/button-bg.png") top left repeat-x;
    background-color:#D32A2A;
    border:1px solid #6E2222;
    color:#eee;
}
a.buttonNeg:hover, button.buttonNeg:hover{
    background-color:#FF2929;
    border:1px solid #6E2222;
    color:#fff;
}
/*a.negative:active, button.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}*/

#postcode form fieldset {
	padding:0;
}