@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../css/fonts/BebasNeue-webfont.eot');
	src: url('../css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/BebasNeue-webfont.woff') format('woff'), url('css/fonts/BebasNeue-webfont.ttf') format('truetype'), url('css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #fff url(../images/bg.jpg) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #1d3c41;
	overflow-y: scroll;
}
.container {
	width: 450px;
	height: 200px;
	text-align: center;
	margin: 50px auto !important;
}
.clr {
	clear: both;
}
.dhxform_fs {
	padding: 20px 0 !important;
}

.dhtmlx_message_area{
    width:400px;
}
#overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:#D2E6FF;*/
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:999999;
}

#modal {
	position:fixed;
	padding:8px;
	z-index:9999999;
}