/*make wrapper div 387px*/

form {
    margin: 0;
    margin: 0 auto 0 auto;
}

#docContainer {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
width:296px !important;
/*margin-bottom: -30px;*/
}

#fb-submit-button {
	background-color: #94bbda !important;
	font-family: 'quicksand', sans-serif !important;
	font-weight: normal;

}

#docContainer .fb-header h2, #docContainer .fb-grouplabel label, .fb-static-text p, #fb_error_report {
    font-family: 'quicksand', sans-serif !important;
    font-weight: normal;
	font-size: 16px;
	color:#fff !important;
}

.fb-captcha.fb-item-alignment-left { 
padding: 0px !important;
	margin-top: 10px;
}

button, input, textarea {
    width: 100%;
	border: none !important;
}

.fb-item {
	margin-bottom: 10px;
}

.fb-grouplabel {
	margin-bottom: 5px;
}

textarea {
   height: 200px;
}

input { 
	margin-bottom: 5px;
	padding: 5px;
	width: 290px;
}

#fb-submit-button {
	color: white;
	border-radius: 0px;
	text-shadow:none;
	margin:20px 0px 0px 0px !important;
	font-size:18px;
	width:301px !important;
	background-color: #000 !important;
}

.error {
	color: #fff;
}