﻿* {
    margin: 0;
    padding: 0
}
body 
{
   overflow:scroll;
}
em,
i {
    font-style: normal;
}

li {
    list-style: none;
}
img {
    border: 0;  /*ie6*/
    vertical-align: middle;
}
button {
    cursor: pointer;
}
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #e33333;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    outline: none;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}

.hide,
.none {
    display: none;
}
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.red{
	color: #e33333;
}
.blue{
	color: #0000ff;
}
.purple{
	color: #800080;
}

.blue205980{
	color: #205980;
}
.font_b_r{
	color: #e33333;
	font-weight:bold;
}

.paragraph {
	text-indent: 2em;
}
.prompt {
	color: #df3033;
	margin-left: 10px;
}