/* Global properties ======================================================== */
html, body {width:100%; height:100%; padding:0; margin:0px auto auto auto;}

body { 	 
	font: 12px/25px Arial, Helvetica, sans-serif;
	color:#252525;
	margin:0px auto;
	background: #f4f4f4;
}

/*login*/

.login_user input{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #bbb;
height: 26px;
width: 90%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 30px;
background: #fff url(images/icn_user.png) no-repeat;
background-position: 10px 6px;
}


.login_user input[type=text]:focus {
outline: none;
color: #666666;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.login_pass input{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #bbb;
height: 26px;
width: 90%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 30px;
background: #fff url(images/pass_word.png) no-repeat;
background-position: 10px 6px;
}

.login_pass input[type=text]:focus {
outline: none;
color: #666666;
border: 1px solid #77BACE;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}
/*login*/

.main_head{
position:absolute;
height:250px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.heading {
position:relative;
width: 100%;
font-size:18px;
color:#000;
background: url(images/table_sorter_header.png) repeat-x;
border: 1px solid #ccc;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
-webkit-box-shadow: 0 1px 0 #707070;
-moz-box-shadow: 0 1px 0 #707070;
box-shadow: 0 2px 0 #707070;
height: 34px;
}

.pop_up{
position:relative;
width: 100%;
font-size:12px;
height:30px;
color:#fff;
margin:160px 0px 0px 0px;
background:#fb9697;
border: 1px solid #ccc;
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}


/* Header */

