/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*  @@@@@[  Page Style  ]@@@@@ */
body {
	background: url(../images/bg_login.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	color:#999999;
}

/* @@@@@[  Header / Footer  ]@@@@@ */
#box_login{ width:345px; height:436px; background:url(../images/bg_box.jpg) no-repeat; margin:70px auto; padding:0 35px;}
.logo{ padding:4px 0 0 95px;}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a{ color:#0a84bf; text-decoration:underline;}
a:hover{text-decoration:none;}
h2{ color:#0a84bf; font-size:19px;text-transform:uppercase; line-height:40px; margin:10px 0px 10px; padding:0 0 5px 0; border-bottom:1px #bfc8d1 solid; text-align:center; font-weight:bold;}
p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
}

/* @@@@@[  Form Elements  ]@@@@@ */
input.type1{
	background: #dceff8; 
	border: 4px solid #56b6e0;
	width:220px;
	height:30px;
	font-size:18px;
	color:#999;
}
input.type2{
	background: #FFF; 
	border: 1px solid #0476b3;
	width:110px;
	height:20px;
}
table.login td{ padding:5px 4px; vertical-align: middle; font-weight:bold;}
.l-text,.r-text{font-size:13px;}
.l-text input{ vertical-align:middle;}
.r-text{text-align:right;}
.r-text a{ text-decoration:underline; color:#eb2227;}
.r-text a:hover{ text-decoration:none;}