.page.competition {
    height:500px;
}
 .page.competition2 {
	 height:230px;
 }
.competition {
    background:transparent url(../img/comp_img-3.jpg) no-repeat scroll right 25px;
}
.nobg
{
	background:none;
}
.competition .formwrapper, .competition2 .formwrapper  {
    width:475px;
}
.competition h1,.competition2 h1 {
    color:#E18DDD;
}
.competition h2, .competition2 h2 {
    color:#EDBCEB;
}
.competition p,.competition2 p {
    color:#A29C9D;
}
#competitionEnter {
    width:480px;
}
#competitionEnter span,
#competitionEnter select, #competitionEnter input {
    float: left;
}
#competitionEnter span,
#competitionEnter select,#competitionEnter input, #competitionEnter textarea {
    font-size: 12px;
    color:#7497D0;
    background:#fbfcfe;
    border:1px #eee solid;
    margin:0 0 5px 5px;
    padding:5px;
    vertical-align:middle;
}
#competitionEnter span{
    background:transparent;
    border:1px #fff solid;
}
#CompetitionNameFirst {
    width:220px;
}
#CompetitionNameLast {
    width:220px;
}
#CompetitionEmail {
    width:340px;
}
#CompetitionPostcode {
    width:100px;
}
#CompetitionCustomValue {
    height:77px;
    width:457px;
}

#competitionEnter .submit select,
#competitionEnter .submit input {
    background: none;
    float: right;
    border:0;
    margin:0;
}
.checkbox{
vertical-align:middle;
    font-size: 12px;
    color:#7497D0;
    background:#fff;
    border:1px #ff solid;
    margin:0 0 5px 5px;
    padding:5px;

} 
#CompetitionAddress1 {
	width: 300px;
	clear:both;
}