/* Start of CMSMS style sheet 'contact' */
#contactWrapper {
width:500px;
margin:20px auto;
}

.contact {
padding:20px 10px 10px 10px;
}

.contact .name label,
.contact .email label,
.contact .city label,
.contact .country label,
.contact .message label {
display:inline-block;
width:100px;
text-align:right;
padding:5px 10px 0px 0px;
font-weight:bold;
vertical-align:top;
}

.contact .name input,
.contact .email input,
.contact .city input,
.contact .country input{
width:300px;
padding:5px;
background-color:#70ABC5;
border:1px solid #FFFFFF;
}

.contact .name,
.contact .email,
.contact .city,
.contact .country {
margin:0px 0px 10px 0px
}

.contact textarea {
font-family:inherit;
font-size:inherit;
width:300px;
height:150px;
padding:5px;
background-color:#70ABC5;
border:1px solid #FFFFFF;
}

.contact .submit {
text-align:right;
margin:20px 58px 0px 0px
}

.contact .submit input {
padding:2px 8px;
}
/* End of 'contact' */

