form h2 {margin-top: 1.2em;}

fieldset { 
margin : 0 0 1.5em 0;
border: none; }

#competition fieldset { 
margin : 0 auto;
border: none; }

legend { 
font-weight : bold; 
font-size : 1.2em; }

label { 
font-weight : bold; }

input[type="text"],
input[type="password"], 
textarea { 
margin : .5em 0; 
padding : 5px;
font : normal inherit Helvetica, Arial, sans-serif; }

input[type="text"],
input[type="password"],
select {
width : 210px; }

select {
margin-bottom: 30px;
}

textarea {  
width : 490px;
height : 250px; }

fieldset.col {
float : left;
width : 300px; 
margin-right : 60px; }

fieldset.col.last {
margin-right : 0; }

fieldset.clear {
clear : both;
width : 600px; }

#competition fieldset.clear {
clear : both;
width : 702px; }

#competition .row1 {padding-top: 190px;}

#competition .row1 p {background-color: #b1c72c; color: #fff; width: 400px; margin: 0 auto;}

#competition .row2 p {background-color: #b1c72c; color: #fff; width: 400px; margin: 0 auto;}

.button, .form-button {
	background: #c1d830;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 4px 15px;
	*padding: 4px 0 4px 0;
	cursor: pointer;
	border: none;
	text-align: center;
	font-family: "Avenir LT 65 Medium", "Trebuchet MS", Trebuchet, arial, sans-serif;
	font-weight: normal;
}
.button:active, .form-button:active {
	border: none;
	outline: none;
	color: #fff;
}
.button:hover, .form-button:hover {
	background: #999999;
}

/* Quick Search form */
#content-left form {padding-left: 25px; margin-bottom: 30px;}
.placeholder {padding: 10px;}
#content-left form button {margin-top: 10px;}
#content-left form select {width: 180px; margin-bottom: 10px;}

#account-form form {padding: 0 10px}
#account-form input[type="text"],
#account-form input[type="password"] { width : 164px; }

.newsletter_msg p {padding: 0 18px;}

.required {color: #e32e50;}
