@CHARSET "UTF-8";

body,table,input,textarea,select,button {
	font-family: 微软雅黑, Verdana, sans-serif, 宋体;
}

h3 {
	color: #666666;
	font-size: 11pt;
	margin: 30px 0 10px;
	font-weight: bold;
}

.error_msg {
	color: #c00;
}

#OSC_Screen {
	width: 1048px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 15px;
}

input.BUTTON {
	height: 40px;
	line-height: 25px;
	padding: 0 3px;
	width: 200px;
	color: blue;
	cursor: pointer;
}

#OSC_Footer {
	border: 0;
}

#user_page {
	font-size: 10pt;
	background: #fff;
	padding: 20px;
	padding-top: 40px;
	height: 420px;
}

#user_page #form_user {
	float: left;
	width: 620px;
}

#user_page #form_user h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #333;
	border-bottom: 2px solid #ddd;
	margin: 0 50px 0 0;
	padding-bottom: 10px;
}

#OSChinaLoginTip {
	margin: 40px 0 20px 0;
	color: #060;
}

#OSChinaLoginTip ul {
	overflow: hidden;
	margin: 15px 0 0 0;
}

#OSChinaLoginTip ul li {
	float: left;
	width: 100px;
}

#OSChinaLoginTip ul li#openid_gmail img {
	margin-top: 8px;
}

#OSChinaLoginTip ul li#openid_yahoo img {
	margin-top: 15px;
}

#OSChinaLoginTip ul li#openid_msn img {
	
}

#OSChinaLoginTip ul li#openid_github img {
	margin-top: 8px;
}

#OSChinaLoginTip ul li#openid_sina img {
	margin-top: 8px;
}

#user_page #login_tip {
	float: right;
	/* padding-top: 10px; */
	width: 380px;
	font-size: 10.5pt;
	color: #666;
}

#user_page #login_tip h3 {
	margin: 30px 0 10px 0;
	font-size: 11pt;
}

#user_page #login_tip ol {
	font-size: 10pt;
	padding: 10px 0;
	list-style-type: decimal;
	list-style-position: inside;
}

#user_page form th {
	font-size: 10.5pt;
	text-align: right;
	padding: 10px;
}

#user_page form td {
	vertical-align: middle;
}

#user_page form input.TEXT {
	font-size: 16px;
	padding: 1px;
	border: 1px solid #ccc;
	width: 300px;
	border-radius: 3px;
}

#user_page form input.TEXT:focus {
	border: 1px solid #40AA53;
	outline: none;
}

#user_page form select.SELECT {
	font-size: 16px;
	padding: 3px;
	width: 305px;
	border-radius: 3px;
}

#user_page form input.BUTTON {
	font-size: 14px;
	padding: 5 15px;
	height: 40px;
	background: #c00;
	border-radius:5px;
	color: #fff;
}
input.blue_button{
	margin-bottom :20px;
	width : 150px;
	height :40px;
	font-size: 14px;
	padding: 5 15px;
	background: #4fc0e8;
	border-radius:5px;
	color: #fff;
}

#user_page form input.SUBMIT {
	/* font-weight: bold; */
}

#a1 a:link {
	text-decoration: underline;
	color: #3E62A6;
	outline: 0 none;
	font-size: 10pt;
}

#a1 a:hover {
	color: red;
	outline: 0 none;
	font-size: 10pt;
}

#a2 a:link {
	text-decoration: underline;
	color: #5A98DE;
	outline: 0 none;
	font-size: 11pt;
}

#a2 a:hover {
	color: red;
	outline: 0 none;
	font-size: 11pt;
}

.clearfix {
	clear: both;
	padding: 0px;
	font-size: 0px;
	margin: 0px;
	overflow: hidden;
	height: 10px;
}

.friendlylink-title,.friendlylink {
	display: none;
}

.td_span {
	font-size: 14px;
	font-family: sans-serif;
	font-weight: bold;
	margin-right: 10px;
}

.normal_tips {
	color: #0155B8;
	font-size: 18px;
	float: left;
	font-weight: bold;
	font-family: 微软雅黑, Verdana, sans-serif, 宋体;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

ol li {
	font-family: 微软雅黑, Verdana, sans-serif, 宋体;
	color: #218ADD;
	font-size: 14px;
	line-height: 25px;
}

.error_tips {
	font-size: 14px;
	display: none;
	width: 100%;
	float: left;
	font-weight: bold;
	margin-top: 5px;
	color: red;
}


.mxvalidate-errorDiv {
    background: rgba(0, 0, 0, 0) url("onerror.png") no-repeat scroll 0 3px;
    clear: both;
    color: rgb(231, 69, 67);
    font-family: "微软雅黑",arial,simsun,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding-left: 16px;
    padding-top: 1px;
    text-align: left;
}