@charset utf-8;

html, body {
}
body{
color:#242424; 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#eeecec;
}
hr{
	border: 0; border-top: 1px solid #ccc;
	width:653px;
}
/*Start login CSS----*/
div.login-box{
	background:#fff;
	border: 1px solid none;
	-webkit-box-shadow:inset 0 3px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 3px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 3px 2px rgba(0, 0, 0, 0.05);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	width:660px;
	min-height:230px;
	height:auto;
	margin:auto;
	behavior:url(PIE/PIE.htc);
}
input[type="text"],input[type="password"]{
	background:#ffffff;
	border: 1px solid #dbdbdb;
	-webkit-box-shadow:inset 0 3px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 3px 2px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 3px 2px rgba(0, 0, 0, 0.05);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	height:20px;
	width: 150px;
	cursor:auto;
	-webkit-appearance: textfield;
	text-align:center;
	behavior:url(PIE/PIE.htc);
}
input#btnlogin{
	background:#333399;
	border: 1px solid #333399;
	width:65px;
	height:25px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	color:#fff !important;
	font-weight:bold;
	cursor:pointer;
	line-height:2px;
	font-size:10px;
	behavior:url(PIE/PIE.htc);
}
div#input-box{
	float:right;
	z-index:999;
	position:relative;
	width:224px;
	padding-right:20px;
	padding-top:15px;
}
div#logo-box{
	float:left;
	position:relative;
	padding-left:20px;
	padding-top:28px;
	padding-bottom:5px;
}
div#logo-box a{
	text-decoration:none;
}
div#logo-box a img{
	border:0px;
}
div#password, div#username{
	width:250px;
}
div#header{
	height:160px;
}
div#tote-box{
	float:right;
	padding-right:10px;
	margin-top:0px;
}
div#contact-box{
	float:left;
	padding-left:20px;
	padding-top:0px;
	width:275px;
} 
div#contact-box p#contact{
	font-weight:bold;
	font-size:13px;
	line-height: 1px;
	padding-bottom: 10px;
}
div#content{
	height:215px;
	padding-bottom:20px;
}
div#arms_logo{
	padding-left:0px;
	cursor:pointer;
	margin-top:60px;
	border:none;
	padding-bottom:5px;
	width:473px;
} 
div#arms_logo a{
	text-decoration:none;
	border:none;
} 
div#arms_logo a img{
	border:none;
}
div#footer div#copyright{
	background: #333399;
	text-align:center;
	height:20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding-top:5px;
	color:#ffffff;
	behavior:url(PIE/PIE.htc);
} 
div#top-bar{
	background: #333399;
	text-align:center;
	height:20px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding-top:5px;
	behavior:url(PIE/PIE.htc);
}
div#wrapper{
	background-color:transparent;
	width:100%;
	height:600px;
}
/*End login CSS ----*/
