body {
	margin: 0;
	padding: 0;
	background:#ffffff;
	color: #666;
	line-height: 1.3em;
	font: 11px Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image:url(http://express.bg/bg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center top; 
}

h1, h4, h5, h6 { margin: 0px; padding-bottom: 10px; font-family: Tahoma, Arial, sans-serif; font-size: 22px; color: #b30135;}
h2 { margin: 0px; padding-left: 20px; font-family: Tahoma, Arial, sans-serif; font-size: 20px; color: #b30135;}
h3 { margin: 0px; padding-left: 20px; font-family: Tahoma, Arial, sans-serif; font-size: 16px; color: #b30135;}
.clr { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }
a, a:link, a:visited { outline: none; font: 12px Tahoma, Arial, sans-serif; color: #444; text-decoration: underline;  }
a:hover { text-decoration: none; }
p { margin: 0; }
input:focus, textarea:focus { outline: none; }
img { border: 0; }

#nwawrp {
	position: relative;
	top:0px;
	padding: 10px;
	width: 800px;
	margin: 0 auto 50px;
}
.head-woman {
	position: absolute;
	top:0px;
	float:left;
	}
	
.head-text {
	position: relative;
	padding-top:30px;
	height:350px;
	width:520px;
	float:right;
	text-align:center;
	}

.contactform {
	position: relative;
	width: 742px;
	float:right;
	padding-top:10px;
	background-image:url(http://express.bg/bbg.png);
	background-color: #f7f7f7;
	background-repeat: repeat-x;
	border:1px solid #dfdfdf;
	-moz-box-shadow: 3x 3px 5px #dfdfdf;
	-webkit-box-shadow: 3px 3px 5px #dfdfdf;
	box-shadow: 3px 3px 5px #dfdfdf;
	}

.contact {
	position: absolute;
	background:url(../online.png) no-repeat top right;
	width: 56px;
	height: 140px;
	float:left;
	}
	
.info {
	position: absolute;
	background:url(../info.png) no-repeat top right;
	width: 56px;
	height: 140px;
	float:left;
	}

.nwainfo {
	position: relative;
	width: 742px;
	float:right;
	background-color: #faf9c2;
	border:1px solid #afaf45;
	-moz-box-shadow: 3x 3px 5px #afaf45;
	-webkit-box-shadow: 3px 3px 5px #afaf45;
	box-shadow: 3px 3px 5px #afaf45;
	}

.footer {
	position: relative;
	width: 800px;
	height:50px;
	float:right;
	padding-top:10px;
	color: #000000;
	text-align:center;
	}
	
td.left {
	text-align:right;
	width:130px;
}

td.right {
	text-align:left;
	width:300px;
}



div.hr { 
	height: 15px; 
	clear: both;
	}
div.hr hr { display: none;}

table {
	padding:10px;
	width:100%;
	}

input.submit {
	background: #d3eace;
	border:1px solid #a8cba0;
	padding:2px;
	}

span.green {
	color:red;
}

table.td {
	text-align:center;
	}

.button a {
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	font-family:MyriadProRegular, Helvetica, sans-serif;
	font-size:14px;
	background-color:#323232;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding: 5px 10px 5px 10px;
	}

	
.button a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#b20135;
	}
	
#countdown_dashboard {
	height: 110px;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('http://express.bg/images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: #6ab30d;
	text-shadow: 1px 1px 1px #4b7c0c; 
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.merror {
	background: #fa7577;
	color: #ffffff;
	border:1px solid #850102;
	padding: 5px;
	width: 500px;
	float:center;
}

.msuccess {
	background: #56b240;
	color: #ffffff;
	border:1px solid #34941e;
	padding: 5px;
	width: 500px;
	float:center;
}