#contact-wrapper {
        width:400px;
        /*border:1px solid #e2e2e2;
        background:#f1f1f1;*/
		border:1px solid #e5e9ec;
		background: #f4f6f7;
        padding: 15px 30px;
		margin-left:60px;
}
#contact-wrapper div {
        clear:both;
        margin:1em 0;
		
}
#contact-wrapper label {
        display:block;
        float:none;
        /*font-size:16px;*/
		font-size: 1em;
		color:#52585a;
        width:auto;
}
#contact-wrapper label.error {
	color:red;
	}
#contact-wrapper p.ok {
	color:green;
	}
form#contactform input {
        border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
        border-style:solid;
        border-width:1px;
		padding:3px;
        font-size:0,8em;
        color:#333;
		width:380px;
}
form#contactform textarea {
        font-family: arial, verdana, sans-serif;
        font-size: 100%;
        padding:0.6em 0.5em 0.7em;
        border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
        border-style:solid;
        border-width:1px;
}
form#contactform input:hover, form#contactform select:hover, form#contactform input:focus, form#contactform select:focus
{
	background-color: #e5e8eb;
}
/* button submit */
form#contactform input[type="submit"]
{
	border: #656b6d 1px solid;
	width: 27%;
	margin-top: 10px;
	margin-left: 37%;
	font-size : 11px;
	background-color: #656b6d;
	color: #f2f3f4;
}

form#contactform input[type="submit"]:hover
{
	background-color: #e5e8eb;
	font-size : 11px;
	color: #123660;
	cursor: pointer;
}

.spam_prevention { display: none; }