input[type="text"], input[type="password"], textarea {
	-webkit-font-smoothing: antialiased;
	border: 1px solid #a6a6a6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	height: 30px;
	width: 160px;
	vertical-align:middle; 
	line-height: normal;
	margin: 3px 0px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: transparent;
}

input:focus, textarea:focus {
	outline: none;
	border-color: #0088ff;
	border: 1px solid #0088ff;
	box-shadow: 0 0 4px 2px #0088ff;
	-webkit-box-shadow: 0 0 4px 1px #0088ff;
	-moz-box-shadow: 0 0 4px 1px #0088ff;
	outline-width: 0px;
	-webkit-appearance: none;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a{
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #ccc;
}

a{
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #ccc;
}

.blue {
    color: #468af0;
    font-size: 16px;
    line-height: 30px;
}

.blue:hover {
    text-decoration: none;
    color: #569aff;
}

.sign_up_div {
    text-align: left;
    border: 1px solid #404655;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 380px;
    height: 100%;
    margin-left: 30px;
    margin-top: 30px;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    color: #eee;
    padding: 0px 30px 50px 30px ;
    /***************线性背景全兼容******************/
    filter: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#364c58, endColorStr=#464251); /* IE 6 7 8*/
    background: -ms-linear-gradient(top, #364c58, #464251); /*IE 10 */
    background: -moz-linear-gradient(top, #364c58, #464251); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#364c58), to(#464251)); /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #364c58, #464251); /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #364c58, #464251); /* Opera 11.10+*/
    /***************线性背景全兼容******************/
    
}

.sign_up_div_new {
    text-align: left;
    border: 1px solid #404655;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    max-width: 380px;
    height: 100%;
    /*margin-left: 30px;*/
    margin-top: 30px;
    margin-bottom: 50px;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    color: #eee;
    padding: 0px 30px 50px 30px ;
    /***************线性背景全兼容******************/
    filter: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#364c58, endColorStr=#464251); /* IE 6 7 8*/
    background: -ms-linear-gradient(top, #364c58, #464251); /*IE 10 */
    background: -moz-linear-gradient(top, #364c58, #464251); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#364c58), to(#464251)); /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #364c58, #464251); /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #364c58, #464251); /* Opera 11.10+*/
    /***************线性背景全兼容******************/

}