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

* {
	margin:0;
}

#Wrapper {
	margin: 0px;
	padding: 0px;
}
#Content {
	padding: 0px;
	width: 665px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#topBox {
	padding-top: 30px;
	background-image: url(../img/bg_white.jpg);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 25px;
}
#topBox .mainTitle {
	text-align: center;
	margin-bottom: 20px;
}
#topBox .subTitle {
	text-align: center;
	margin-bottom: 37px;
}
#topBox .image {
	text-align: center;
}
#topBox .text {
	text-align: center;
}
#topBox .formArea {
	text-align: center;
}
#bottomBox {
	background-image: url(../img/bg_gray.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
}
#bottomBox .explan {
	font-size: 14px;
	color: #468CB2;
	line-height: 145%;
	padding-bottom: 10px;
}
#bottomBox .explan .point {
	float: left;
	width: 25px;
}
#bottomBox .explan dd {
	margin-left:25px;
}
.err{
	color:#FF0000;
}

label.file {
	    color: #fff;
    font-size: 14px;
    background: #3366cc;
    background: -moz-linear-gradient(top, #709AF3, #3366cc);
    background: -webkit-gradient(linear, left top, left bottom, from(#709AF3), to(#3366cc) );
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #3f70d3;
    display: block;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
		cursor:pointer
}
label.file:hover{
	text-decoration:underline;
}

input.send {
		color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #f7641c;
    background: -moz-linear-gradient(top, #fe9f4a, #f7641c);
    background: -webkit-gradient(linear, left top, left bottom, from(#fe9f4a), to(#f7641c) );
    padding: 4px;
    border-radius: 6px;
    border: 1px solid #f7641c;
    display: block;
    width: 312px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}