/* include the reset css file*/ 
@import url("imms_reset.css");

html {
	/*background:url('../img/main.png');*/
	background-color: #E8EEFB;
	height:100%;
	font:12px/normal arial, helvetica, sans-serif ;
}

body {
	margin: 0;
	padding: 0;
	color: #666;
	width: 100%;
	text-align: center;  
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.container {
	width: 500px;
	margin: 130px auto;
	text-align: left; 
}

.login-box { 
	background-color: #DCE2EF;
	position: relative; 
	overflow:auto;
	border: 1px solid #00bbf4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.side-panel {
	float: left;
    padding: 20px;
    width: 95px;
	background-color: #515151;
	height:180px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;	
}

.main-panel {
	margin: 0px;
	margin-right: 5px;
	float: right;
	width: 345px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.form-fields {
	width: 320px;
	margin: 20px 10px 20px;
}

.form-field {
	margin-bottom: 5px;
}

label {
	margin: 5px 0px; 
}

input[type=text],input[type=password] {
	display: block;
	background:#eef3f4;
	margin: 0 0 .6em 0;
	background:#eef3f4;
	border: 1px solid #A4BED4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: .2em;
	width: 250px;
}

.form-error {  
	display:block;
	clear: both;
	color: #dd0025;
}

.form-errorx {  
	display:block;
	clear: both;
	color: #dd0025;
}

.login_error {
	color:red;
	padding-left:10px;
}

input[type=submit] {
	background : #00bbf4;
	color :#fff;
	font-size : 12px;
	padding: 2px 4px;
	text-decoration: none;
	border:1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

input[type=submit]:hover {
    color:#006699;
}

form a {
	padding:5px 15px;
	font-weight:bold;
	color: #666;
	text-decoration:none;
}

input[type=submit]:hover, form a:hover {
	cursor: pointer;
}

.header {
	background: url("../img/line.gif") repeat-x scroll left bottom transparent;
    margin: 15px 10px 10px;
	height: 25px;
}

.header h2 {
    font-size: 13px;
	line-height: 18px;
	padding: 2px;
}

.box-header h2 {
    line-height: 22px;
    margin-bottom: 0;
    padding: 0;
}