@charset "utf-8";
/* CSS Document */



.content .top_area{
position:relative;
}

.content .top_area .circle{
position:absolute;
top:114px;
left:873px;

}


.content .top_area a:hover .circle {
	opacity: .8; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .8; /* Safari 1.x */
	-moz-opacity: .8; /* FF lt 1.5, Netscape */
}




.content .one_issue{
text-align:left;
background-image:url(../img/one_line_bg.jpg);
background-repeat:repeat-x;
background-position:center bottom;

margin-top:30px;
padding:0 0 13px 0;


}

.content .one_issue{
line-height:38px;

}


.content .one_issue table {
width:505px;
}

.content .one_issue table tr td{

/*margin-bottom:20px;*/
padding-bottom:18px;
vertical-align:top;
}

.content .one_issue table tr td p{
line-height:24px;
padding-top:6px;
}

/*
.content .one_issue table tr td{
line-height:24px;
}
*/
.content .one_issue table tr td input{
line-height:38px;
vertical-align:middle;
background-color:#dddddd;
border:none;
height:38px;
padding-left:10px;
padding-right:10px;
width:100%;

}


.content .one_issue table tr td textarea{
background-color:#dddddd;
border:none;
width:100%;
padding:10px;
display: block;
}



.content .one_issue table tr td  a:hover img{
	opacity: .8; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .8; /* Safari 1.x */
	-moz-opacity: .8; /* FF lt 1.5, Netscape */
}




.content .one_issue table tr td  .description{
margin:8px 0 0 0;
line-height:24px;
}

.content .one_issue table tr td  .description li{
font-size:15px;
margin-left:24px;
list-style-type:square;
color:#666666;
}




.content .btn a{
margin-left:87px;
margin-top:30px;
display:block;
text-align:center;
width:106px;
line-height:29px;
background-color:#0aa2e8;
color:#ffffff;
}

.content .btn a:hover{
background-color:#0bb7f3;
text-decoration:none;
text-decoration:none;

}


