/* Start of CMSMS style sheet 'Contact' */
/* vCard */

.vcard {
font-size: 1.1em;
padding-bottom: 2em;
}

.vcard span { display: block; }

.vcard .type { display: inline; }

.country-name, .org { display: none !important; }

/* Form */

.addresses {
float: left;
padding-right: 0;
width: 240px;
}

.content form {
margin: 0;
padding: 0;
}

.content form label {
display: block;
font-size: 1.1em;
margin-bottom: 0.4em;
}

.content form input, .content form select, .content form textarea {
font-size: 1.1em;
margin-bottom: 1em;
width: 150px;
}

.content form textarea { height: 100px; }
/* End of 'Contact' */

