@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/login/bg.jpg);
	background-color: #e8eff5;
	background-repeat: repeat-x;
	font-family: Tahoma;
}

select{font-size:11px;font-family: Tahoma;}

table td{ padding:5px;}

.code{
	margin-bottom: -6px;
    *margin-bottom: -3px;
	_margin-bottom: -3px;
}


.login_img{
	background-image:url(../images/login/login_img1.gif);
	position: absolute;
	margin-top: 57px;
	height: 244px;
	width: 100%;
	top: 15px;
	background-repeat: no-repeat;
	background-position: center;
}
.login_box{
	background-image:url(../images/login/login_img2.gif);
	position: absolute;
	height: 109px;
	width: 100%;
	top: 116px;
	background-repeat: no-repeat;
	background-position: center;
	clip: rect(auto,auto,auto,auto);
	margin-top: 200px;
	padding-top: 30px;
}

.t11b{
	font-size:11px;
	color: #4b768f;
	font-weight: bold;
}

input.groovybutton
{
	font-size:11px;
	font-family:Tahoma,sans-serif;
	color:#FFFFFF;
	background-color:#849baa;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff99AABB',EndColorStr='#ff556677');
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	border-right-width:1px;
	height: 18px;
	_margin-bottom: 3px;
	*margin-bottom: 3px;
/*	margin-bottom: -4px;*/
}
