@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	border:0px;
	padding:0px;
	background: url(../img/bodybg.png) #454545;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
img{ border:0px;}
input{border:#C5C8D5 1px solid; width:200px;}
.inp{border:#C5C8D5 1px solid; width:200px;}
.inp_f{border: #7EADD9 1px solid; width:200px;}
.inp_e{border: #F28866 1px solid; width:200px;}
.da_label{ display:inline-block; width:130px; text-align:right; padding-right:15px; font-weight:bold;}
a { color:#971E1F;
	text-decoration:underline;
	}
a:hover{ color:#EA3457;
	}
h1,h2, h3,h4{ color:#721812;  }
.h0{color:#721812; font-size:1.2em }

/*---------message-------*/
#message{ padding:5px 0px;}
.err{ border:1px  #FFC9BF solid; padding:1px 10px; color:#F00;  /* font-weight:bold; */ font-size:12px; background: #FFF0F0;  display:block}
.msg{ border:1px   #3C3 solid; padding:1px 10px; color: #063; /* font-weight:bold; */font-size:12px; background:  #E7FCDC;display:block; margin-top:5px;}
/*---------message:end-------*/

#wrapper{
	width:824px;
	/*
	margin-left:auto;
	margin-right:auto;*/
	}	
#head_wrapper{
	background:url(../img/headerbg.png) repeat-x;
	height:63px;
	/*width:822px;
	margin-left:auto;
	margin-right:auto;*/
	}
#head{
	width:1024px;
	}
#logo_space{
	float:left;
	width:150px;	
	}
#header_space{
	background:url(../img/header_title.jpg) no-repeat left 6px;
	float:left;
	text-align:right;
	padding:10px 24px 0px 0px;
	width:850px;
	color:#CCC;
	height:50px;
	}
#content{
	display: inline-table;
	padding: 5px 10px;
	background:#F4F7F8;
	border:#FFF 6px solid;
	margin-left:147px;
	}
#left_column{ 
	width:410px;
	padding:0px 10px 10px 0px;
	display: inline-table;
	float:left;
	}
#right_column{
	height:400px;
	width:190px;
	padding:0px 0px 0px 15px;
	display: inline-table ;
	float:left;
	}
	
/*----footer*/
#footer{
	color:#FFF;
	margin-top:15px;
	width:822px;
	height:25px;
	font-size: .80em;
	margin-left:93px;
/*	margin-right:auto;*/
	text-align:center;
}

.da_button{background:url(../img/button_bg.gif); height:25px;display: inline-block; cursor:pointer;}
.da_button .left {background:url(../img/button_left.gif); width:10px; height:25px; display: inline-block;}
.da_button .right {background:url(../img/button_right.gif) right; width:20px; height:25px; display: inline-block; }
.da_button .text { display: inline-block; vertical-align:top; padding:5px 5px 0px 5px; color:#971E1F; font-weight:bold;font-size: .90em;}
.da_button .text  a{  color:#971E1F; font-weight:bold;text-decoration:none;}
button.text { border:none; background:none; cursor:pointer;}
.em_td{ font-size:.7em; color:#F28866}

