.form_css {
	font-size: 13px;
	color: #000000;
	 
	border: 1px solid #C9C9C9;
	background-color: #FBF7D2;
}
body{
	font-size:13px;
}
.ss {
	font-size: 12px;
}

.button1 {
	background-image: url(images/button1.jpg);
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px outset #F5F5F5;
}
.STYLE5 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.bpp {
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
	padding-left: 70px;
}
td{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}




#divout {
    background: #ccc none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.divout {
    background: #fff none repeat scroll 0 0;
    color: #656565;
    display: none;
    left: 30%;
    min-height: 200px;
    position: fixed;
    top: 20%;
    width: 500px;
    z-index: 2;
	
}
.divout .t {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    line-height: 55px;
    margin: 0 20px;
    padding: 0 5px;
}
.divout .t span {
    color: #333;
    float: right;
}
.divout .show {
    margin: 40px 0 0 80px;
}
.divout .show ul {
}
.divout .show ul li {
    height: 60px;
}
.divout .show ul li em {
    margin-right: 10px;
    text-align: right;
    width: 70px;
}
.divout .input {
    color: #666;
    height: 36px;
    padding-left: 10px;
    width: 270px;
}
.divout .submit {
    border: 0 none;
    height: 36px;
    line-height: 36px;
    margin: 0 0 50px;
    width: 95px;
}
.divout .show .info {
    font-size: 15px;
}
.divout .show .info em {
    color: #999;
    width: 80px;
}