@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Passion+One:400");

#post_area{
	float: left;
	width: 800px;
	height: auto;
	color: #333;
	margin-top: 40px;
	margin-bottom: 30px;
}
.pa_line{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.pa_l{
	float: left;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: right;
	vertical-align: middle;
}
.pa_r{
	float: left;
	width: 680px;
	height: 32px;
	line-height: 32px;
	text-align: left;
	vertical-align: middle;
	text-indent: 10px;
}
.pa_input{
	width: 670px;
	height: 30px;
	line-height: 30px;
	border: 1px #999 solid;
	border-radius: 5px;
	font-size: 12pt;
}
.pa_textarea{
	width: 670px;
	height: 350px;
	line-height: 26px;
	border: 1px #999 solid;
	border-radius: 5px;
	font-size: 12pt;
}
.pa_select{
	width: 50px;
	height: 30px;
	line-height: 30px;
	border: 1px #999 solid;
	border-radius: 5px;
	font-size: 12pt;
}

.pa_submit{
	float: left;
	width: 800px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	border-color: #8E8E8E;
	padding-top: 15px;
}

.post_button{
	width: 120px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-size: 14pt;
	font-weight: bold;
	border: 1px #66B3FF solid;
	border-radius: 5px;
	background-color: #66B3FF;
	cursor: pointer;
}
.post_button:hover{
	background-color: #06C;
}

.file_link:link,.file_link:visited{
	text-decoration: none;
	color: #0f77d9;
}
.file_link:hover,.file_link:active{
	color: #0fa0d9;