body {
background: #bbd9ee;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
margin: 0;
}

form{
margin:0px;
}

a, a:hover {
color: #036bb4;
}

#roundtop{
background-position: top;
background: #ffffff url(../images/top.jpg) no-repeat;
font-size: 12px;
text-align: center;
padding: 20px;
}

#address_box{
border-color: #ff8200;
border-style: solid;
font-size: 20px;
height: 35px;
margin: 0px;
padding-top: 3px;
padding-left: 3px;
padding-right: 3px;
}

#button{
margin: 0px;
}

#roundbottom{
background-position: bottom;
background: #ffffff url(../images/bottom.jpg) no-repeat;
padding-bottom: 15px;
text-align: center;
font-size: 10px;
height: 40px;
}

#roundmiddle{
background: #ffffff url(../images/middle.jpg) repeat-y;
padding-bottom: 20px;
}

label.checkbox_checked {
background: #ffffff url(../images/tick.png) no-repeat;	
display: block;
margin: 10px 0;
padding-left: 25px;
}

label.checkbox_unchecked  {
background: #ffffff url(../images/cross.png) no-repeat;	
display: block;
margin: 10px 0;
padding-left: 25px;
}

label:hover{
color: #62abdf;
}

label.highlighted {
border: 1px solid #333;
}

.crirHidden {
position: absolute;
left: -1000px;
}
