body {
	font-size:13px;
	padding:0;
	margin:0;
}

.body_bg {
	background:url(images/dlm/body_bg.jpg) 0 0 repeat-x #ffffff;
}

#container {
	width:1024px;
	margin:0 auto;
	padding:0;
	font-size:14px;
}

p.text {
	text-indent: 2.1em;
}

.blank10 {
	height:10px; 
	font-size:1px; 
	clear:both; 
	overflow:hidden;
}
/*------------------------------------------------header--------------------*/

.header {
	background:url(images/dlm/header_bg.jpg) no-repeat;
	height:130px;
	position:relative;
}

.logo {
	padding-top: 9px;
	height:112px;
	width:420px;
	position:relative;
	margin-top:0;
	display: block;
}

.header_right {
	background: url(images/dlm/header_right.jpg) no-repeat right top;
    display: block;
    height: 106px;
    position: absolute;
    right: 0;
    top: 0;
    width: 501px;
}

/*------------------------------------footer----------------------------*/

.footer {
	background:#eeeeec;
}

.footer_line {
	background:#d8d9d9;
	height:5px;
}

.copyright {
	padding: 8px 0;
	text-align: center;
}

.copyright p {
	padding:8px;	
	line-height:10px;
}

p 
{
	margin: 0px;
	padding: 3px 0;
}

/*------------------------------------content----------------------------*/

.content {
	background:#fff;
	margin-top:0;
	min-height:340px;
	_height:340px;
	position:relative;
	padding:0 0 10px 0;
}

.log_msg {
	width:300px;
	margin:10px auto;
	
}

.login_btn {
	background:url(images/dlm/loginimgs.jpg) no-repeat -219px -71px;
	height:33px;
	width:74px;
	border:0;
	cursor:pointer;
	vertical-align:middle;
}

.textboxstyle
{
	border:1px solid #cfd1d1;
	height: 22px;
	width: 210px;
	font-family: Verdana;
	font-size: 12px;
	line-height: 19px;
	margin:2px 0 3px 0;
	padding:0 0 0 3px;
}

.textboxstyle:hover{
	border:1px solid #99d14f;
	font-family: Verdana;
	font-size: 12px;
	line-height: 19px;
	margin:2px 0 3px 0;
	padding:0 0 0 3px;
}
#login_link { 	float:right; 	margin-right:10px; 	display:inline; 	margin-bottom:15px; }
