
#contact fieldset {
    border: 1px solid #EEEEEE;
    padding: 20px;
    border-radius: 3px;
	font-size: 12px;
	font-family: 'Muli', sans-serif;
}

#contact legend {
    border: 1px solid #EEEEEE;
    color: #617797;
    margin-bottom: 0 !important;
    padding: 7px 20px;
    font-weight: bold;
    border-radius: 3px;
	font-family: 'Muli', sans-serif;
}

#contact name, #contact email, #contact phone{
    display: inline-block;
    font-size: 12px;
	font-family: 'Muli', sans-serif;
    height: 15px;
    line-height: 15px;
	margin: 5px 0;
    padding: 5px;
}


#contact textarea {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em 'Muli', sans-serif;
    margin: 5px 0;
    padding: 5px;
    width: 360px;
    border-radius: 3px;
}


#contact textarea:focus { border: 1px solid #eee; color: #444; background: #fff; }



	
