html {

	background: url(img/e.jpg) no-repeat center center fixed;
	/*
	background-size: 100% 140%;
	-webkit-background-size: cover;
	-moz-background-size: 100% 140%;
	-o-background-size: 100% 140%;
	*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
input {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 1px 5px;
	outline: 0;
	cursor: pointer;
}


#login-box {
	width: 600px;
	margin: 90px auto;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 20px white;
	-webkit-box-shadow: 0 0 20px white;
	-o-box-shadow: 0 0 20px white;
	box-shadow: 0 0 20px white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}

#main-wrap {
	width: 900px;
	margin: 90px auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#box1-wrap {
	width: 800px;
	margin: 90px auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 20px white;
	-webkit-box-shadow: 0 0 20px white;
	-o-box-shadow: 0 0 20px white;
	box-shadow: 0 0 20px white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.log_inl {
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
}

.log_sep {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

.log_inc {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

.log_in {
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	color: #000000;
	width: 125px;
	height: 18px;
}

.log_copy {
	font-family: verdana;
	font-size: 8px;
	font-weight: normal;
	color: rgba(192, 192, 192, 1.0);
}

.log_copy A {
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: rgba(192, 192, 192, 0.6);
}
.log_copy A:hover {
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: bolder;
	color: rgba(192, 192, 192, 0.6);
	text-decoration: none;
}
.log_copy a:link, a:visited, a:active{
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: bolder;
	color: rgba(192, 192, 192, 0.6);
	text-decoration: none;
}

.log_warn {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1.0);
}

.main_copy {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: rgba(0, 0, 0, 1.0);
}

.main_copy A {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: rgba(90, 90, 90, 1.0);
	text-decoration: none;
}

.main_copy A:hover {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: rgba(120, 120, 120, 1.0);
	text-decoration: underline;
	-webkit-text-decoration: underline;
	-o-text-decoration: underline;
	-moz-text-decoration: underline;


}

.main_copy a:link, a:visited, a:active{
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: rgba(90, 90, 90, 1.0);
	text-decoration: none;
}

.main_title {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.main_ttext {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	color: #BBDBFF;
	-moz-text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	-webkit-text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	-o-text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.clock {
	font-family: Verdana;
	-webkit-font-size: 10px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.main_menu {
	font-family: verdana;
	-webkit-font-size: 10px;
	font-size: 10px;
	font-weight: bolder;
	color: rgba(0, 0, 0, 1.0);
}

.main_normal {
	font-family: verdana;
	-webkit-font-size: 10px;
	-o-font-size: 10px;
	font-size: 10px;
	color: rgba(0, 0, 0, 1.0);
}

.main_normal A, a:link, a:visited, a:active{
	font-family: verdana;
	-webkit-font-size: 10px;
	-o-font-size: 10px;
	font-size: 10px;
	font-weight: normal;
	color: rgba(90, 90, 90, 1.0);
}

.main_normal A:hover {
	font-family: verdana;
	-webkit-font-size: 10px;
	-o-font-size: 10px;
	font-size: 10px;
	font-weight: normal;
	color: rgba(120, 120, 120, 1.0);
	cursor: pointer;
}




/* css for menu */
#sse1
{
    /*You can decorate the menu's container, such as adding background images through this block*/
    background-color: rgba(255, 255, 255, 0.0);
    height: 20px;
    padding: 15px;
    border-radius: 3px;
}
#sses1
{
    margin:0 auto; 
    /*This will make the menu center-aligned. Removing this line will make the menu align left.*/
}
#sses1 ul
{
    position: relative;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
    border-bottom:solid 1px rgba(120, 120, 120, 1.0);
}
#sses1 li
{
    float:left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-image: none;
}
/*CSS for background bubble*/
#sses1 li.highlight
{
    background-color:#800;
    top: 23px;
    height:2px;
    border-bottom:solid 1px #C00;
    z-index: 1;
    position: absolute;
    overflow:hidden;

}
#sses1 li a
{
    height:15px;
    padding-top: 8px;
    margin: 0 20px; /*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: rgba(0, 0, 0, 1.0);
    font: normal 12px verdana;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}


