#subscribe {
	clear:both;
	margin:5px;
	padding:5px;
	border:2px solid #888;
	border-radius:10px;
	font-weight:700;
	color:#555;
}

#subscribe:hover {
	background-color:#888;
	color:#fff;
	cursor:pointer;
}

.social  {
	height:25px;
	margin:5px;
}

.ui-dialog.ui-widget.ui-widget-content {
	max-width:100% !important;
	width: 535px !important;
	font-size:12px !important;
}

#contact_form {
	background-color:#3d3d3d;
	color:#fff;	
}
.red {
	color:#f00;
}

#sent {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}