form#contact label {
display: block;
}

form#contact {
margin: 20px;
}

form#contact p {
margin: 5px 0px;
}

form#contact p.blocked {
clear: both;
display: block;
}

form#contact p.floating {
float: left;
margin-left: 4%;
}
form#contact p.clearfield {
clear: both;
}
form#contact p.floating:first-child, form#contact p.firstfield {
margin-left: 0;
}
form#contact p#captcha_code {
	width: 50%;
	text-align: center;
}
form#contact label {
display: block;
font-weight: bold;
font-size: 1.2em;
width: 100%;
}

form#contact span {
color: red;
font-size. 0.8;
font-weight: normal;
}

form#contact input, form#contact textarea {
background: #fff url(bk.png) repeat-x 0px -7px;
width: 100%;
border: 1px solid #ccc;
border-top: 1px solid #8f8f8f;
-moz-border-radius: 5px;
padding: 3px;
font-size: 0.9em;
}
form#contact textarea {
height: 70px;
}

form#contact input.checkbox, form#contact input.radio {
width: auto;
background: none;
border: 0px;
}

form#contact button {
font-weight: bold;
margin-right: 10px;
border: 1px solid #000;
-moz-border-radius: 5px;
color: #bbb;
background-image: url(bk.png);
background-repeat: repeat-x;
background-position: 0px 10px;
background-color: #444;
cursor: pointer;
height: 25px;
}

form#contact button:hover {
background-color: #666;
color: #fff;
}
