* {
	border:2px;
	margin:0;
	padding:0;
	border-color: #333;
}

/* body */
body {
	/*background:#4c75a2 url('../image/TransparentGlow.png') no-repeat top center ;
	background-color:#4c75a2;*/

	/*background:none repeat scroll 0 0 #dce6f2;
	background:#4c75a2 url('../image/green.png') no-repeat top center ;*/
	
	color:#666;
	line-height:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	/*background-color:#e9e9e9;
	background-color:#f7f8fc;
	background-color:#ebeef5;*/
	background-color:#ebeef5;
}

#mainContent {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	text-align:center;
	top:30%;
	
	width:640px; 
	/*background-color:#ffffff;*/
}

#contentContainer {
	/*width: 45%; */
	margin: 2px auto; 
	/*border:7px solid #BCD4F1;*/
	border:1px solid #BCD4F1;
	clear:both;
	text-align: left;
	color:#224156; 
	font-size:12px;	
	letter-spacing: .5px;
	width:640px;
	text-align:center;
	background:#ffffff;
}



#header {
	/*background:#000 url('../image/background_header_black.jpg') center repeat-y;*/
	background-color:#ffffff;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#menuback {
	background-color:#ffffff;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	height:90px;
}

#strip {
	background-color:#244e7c;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
}


#menuback:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#header_inside {
  /*border-left:0px solid #000;
	border-right:0px solid #000;  */
	margin:0 auto;
	width:980px;
	font-family:Arial, Helvetica, sans-serif;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:3.2em Arial, Helvetica, sans-serif;
	height:90px;
	/*line-height:100px;*/
	margin:0 0 0 20px;
	width:180px;
}
#header_inside h1 span {
	color:#9c0;
}
#header_inside ul {
	float:right;
	height:40px;
	list-style:none;
	width:500px;
}
#header_inside ul li {
	/*border-right:1px solid #555;*/
	float:right;
	height:20px;
	list-style:none;
	width:80px;
}
#header_inside ul li a {
	color:#999;
	display:block;
	height:20px;
	line-height:25px;
	padding:25px 0 0;
	text-align:center;
	width:80px;
}
#header_inside ul li a:hover {
	/*background:#fff;*/
	color:#666;
}
#header_inside ul li a.active {
	/*background:#fff;*/
	color:#333;
	border-bottom:solid;
	border-bottom-color:#666;
	border-bottom-width:thin;
	border-bottom-style:dotted;
}


#innercontent_menu {	
	font-family:Arial, Helvetica, sans-serif;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #BCD4F1;
	clear:both;
	
	margin:0 auto;
	width:978px;

}





#tableGap {
	background-color:#000000; 
	width:2px;
}

#loginContent{
	/*width:300px;
	background-color:#383838;*/
	width:400px;
	vertical-align:middle;
	text-align:center;
}

#errorText {
	color:#FF0000; 
	font-size:10px; 
	letter-spacing:0px;
}

#joinText {
	color:#F5F5F5; 
	font-size:12px; 
	letter-spacing:0px;
	font-weight:bold;
}

#forgotPassword {
	font-size:11px; 
	line-height:26px;
	letter-spacing:0px;
}

#wrapper {
        margin: 0 auto;
        width: 640px;
}
#content {
        width: 100%;
}


#joinLoginContent{
	/*background:none repeat scroll 0 0 #ffffff;
	border:0px solid #ffffff;*/
	clear:both;
	margin:0 auto;
	padding:0px;
	width:400px;
	}

/* form elements */
form {
/*	margin:10px; padding: 0;
	border: 0px solid #f2f2f2;
	background-color: #FAFAFA; */
	margin: 0px; padding: 0;
	border: 0px;

}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 5px 0px 0px 4px;
/*	border:1px solid #B9B0AA; */
	border:1px solid #cccccc;
	font: normal 1em Verdana, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;   
	background-color: #f9f9f9;
	width: 300px;
	height: 25px;

}

input:hover  {
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
}


input:focus  {
    border: 1px solid #cccccc;
    color:#666666;
    background-color: #f7f8fc;
}

input.submit {
	padding: 1px 0px 5px 0px;
	border:0px solid #F5F5F5; 
	background-color:#004d87;
	font: normal 1em Verdana, sans-serif;
	font-size:12px;
	color:#ffffff;
	width: 100px;
	font-weight:bold;
	height: 33px;
	cursor:pointer;

	
}

input.submit:hover {
	
	border:0px solid #F5F5F5;
	background-color:#01478e;
	
	
}

textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#F5F5F5;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	font-size:11px;
	border: 1px solid #FFF;
	background: #000000; 
	padding: 2px 3px; 
	color: #161616;
}

a {
	color:#3e768c;
	font-weight:bold;
	text-decoration:none;
}

a hover{
	color:#7ca502;
	font-weight:bold;
	text-decoration:none;
}
