@charset "gb2312";
@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot'); /* IE9*/
	src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('iconfont.woff') format('woff'), /* chrome, firefox */
	url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
#test {
    display: block;
    width: 785px;
    background: #FFF;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Î¢ÈíÑÅºÚ";
    line-height: 50px;
}
#test h2{
	margin:20px 0;
	line-height:40px;
	text-align:center;
}
#test p .tip {
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    text-align: right;
    float: left;
}
#test input[type="text"],input[type="password"] {
    outline: none;
    width: 200px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #CCC;
    background: #fff;
    border-radius: 3px;
    text-indent: 15px;
    font-size: 16px;
    font-family: "Î¢ÈíÑÅºÚ";
}
#test .radioSpan,.checkboxSpan {
    float: left;
    display: inline-block;
    width: 50px;
}
#test input.submit {
    display: block;
    border: none;
    outline: none;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    background: #00ABAB;
    line-height: 40px;
	margin: 20px auto;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
#test .prompot {
	text-indent:250px;
    max-width: 485px;
    clear: both;
}
#test .red {
    color: red;
}
#test .green {
    color: green;
}
#test input.red {
    border: 1px solid red;
}
#test input.green {
    border: 1px solid green;
}
#test p.ts{
	color:#777;
}
#test p.ts strong{
	font-size:18px;
}
#test img.imgcode{
	width:100px;
	height:30px;
	vertical-align:middle;
}