/* here you can put your own css to customize and override the theme */

/* ================ header style ================ */
header{position: relative;}
.grey_head{background:#fff;	/*height:100px;*/}
.grey_head .cont{margin:auto;overflow: hidden;}
.grey_head .cont h2{font-size:20px; color:#fff; padding:15px 0 10px; float:left;}
.grey_head .cont .rt_block{float:right; color:#e9e9e9; font-size:14px; margin-right: 10px;    margin-top: 55px; position: relative}

a.setting_lnk{display:inline-block; padding:5px; position: relative; top: 4px; margin:5px;}
a.setting_lnk:hover{background:#4d4d4d;}
.lt_grey{background:url(../images/header-bg.jpg) repeat-x top; padding-bottom: 15px;}
.rigthbx{float:right;position: relative; top: 10px;}
.logo{float:left;padding-top:10px; padding-bottom: 10px; padding-left: 20px; width: 70%}
.logo img{float:left; margin-left:20px; margin-right:20px;}
.logo .title{color: #1C4C9D; padding-top: 50px; font-size: 2em; float: left}
.searchbx{border:1px solid #c2c2c2; width:266px; height:30px; border-radius:3px; box-shadow:inset 0px 2px 2px #e8e8e8; background:#fff url(../images/search-ico.jpg) no-repeat right;}
.inputfield{border:0px; margin:7px; width:226px;}
.time{color:#555555; font-size:12px; float:right; padding:7px 0;}
.head_separator{background-color: #000; height: 2px; clear: both}
.login_text{font-size: 18px; line-height: 1.5; margin-top: 30px; margin-bottom: 30px;}

.section { height: 1%; width:100%; display:block; position: relative; margin-top: -10px}


body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1;
}


.loginbx{
        text-align:center;
	width:400px;
	height:300px;
	margin:auto;
	padding:70px 0 0 0;
	}
.loginbx h3{color:#939797;
	font-size:18px;
	text-align:center; 
}
.loginbx .inputdiv{padding:15px 0; text-align:center;width:auto;margin: auto;}
.login_inputbx{margin:auto;border:2px solid #8dc1ec; color:#939797; border-radius:5px; padding:10px; width:300px; margin:5px 0;}

.signup, .loginbtn{  
    background: #0372cc none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px 35px;
    width: 325px;
}