/* hide the legends from view with positioning for screen readers */
legend span {
	position:absolute; left:0px; top: -2000px;
}
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:200px;
}
fieldset ol li em {  
	color:red;
}
fieldset ol li span {
	display:block;
	margin-left:200px;
	font-size:80%;
	color:#ff0000;
}
fieldset.submit {
	padding:0;
}			
fieldset.submit button {
	margin-left: 200px;
}
fieldset.submit input {
  width:200px;
	margin-left: 200px;
	border:0;
}

/**
 * Registration Form
 */
#registrationForm label {
	width:200px;
}
#registrationForm fieldset.submit input, #registrationForm fieldset.submit button,#registrationForm fieldset ol li span {
    margin-left:200px;
}
#registrationForm input {
	width:200px;
}
#registrationForm #title {
    width:40px;
    margin: 0;
    padding:0;
}
#registrationForm #firstname,#registrationForm #lastname {
	width:75px;
    margin: 0;
    padding:0;
}

/**
 * Login Form
 */
#login label {
	width:200px;
}
#login fieldset.submit input, #login fieldset.submit button,#login fieldset ol li span {
    margin-left:200px;
}
#login input {
	width:200px;
}

/**
 * contact Form Styles
 */
.contactform {
	margin-top:0px;
}
.contactform input {
	width:200px;
}
.contactform fieldset label {
	width:200px;
}
.contactform fieldset.submit input {
	margin-left: 200px;
}
.contactform fieldset.submit button {
	margin-left: 200px;
}
.contactform textarea {
	width:200px;
	height:100px;
}
.contactform fieldset ol li span {
	padding-left:200px;
}

input, textarea, select {
	border: 1px solid #ccc;
}

/* 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;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
}
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 */

/* POSITIVE */

button.buttonPos, a.buttonPos{
    background: url("../images/button-bg.png") top left repeat-x;
    background-color:#25a900;
    color:#eee;
}
a.buttonPos:hover, button.buttonPos:hover{
    background-color:#2cc701;
    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:#ff0000;
    border:1px solid #6E2222;
    color:#eee;
}
a.buttonNeg:hover, button.buttonNeg:hover{
    background-color:#FF4444;
    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;
}


