/*contact
--------------------------------------------------*/
#cont_w{background:rgba(0,0,0,.5)}
.cont_title_m{
	color:#ff00a8;
	font-weight:bold;
	margin:0 5%;
	text-align:left;
	width:90%;
}
.cont_title_m span{
	color:#ff0;
	font-size:7pt;
	font-weight:normal;
}

.txt,textarea{
	display:block;
	margin:0 5% 20px;
	padding:5px 0;
	width:90%;
	background:#fff;
	border:1px solid #ff00a8;
}
textarea{
	resize:vertical;
	height:100px;
}

#cont_form{padding:30px 0 10px;}

.submit,#submit_2 input{
	width:180px;
	height:50px;
	display:block;
	margin:30px auto;
	border:0;
	background:url(../../img/contact_submit1.png) no-repeat center center;
	font-size:120%;
	color:#fff;
	font-weight:bold;
}

/*error
--------------------------------------------------*/
#con_thx{
	padding:20px 20px 50px;
	text-align:center;
}
#con_thx h1{
	padding-bottom:10px;
	font-size:16pt;
	color:#f00;
}

/*nextP
--------------------------------------------------*/
.section{
	padding:20px 5%;
}
.section h1,.section h2{
	text-align:center;
}
.section h1{
	padding-bottom:10px;
	font-size:16pt;
}
.input_w{
	border-bottom:1px dotted #666;
	padding-bottom:10px;
	margin-bottom:15px;
}

.input_title{font-weight:bold;color:#ff00a8}
.input_w p{color:#ccc}
#submit_2{border-bottom:0 !important}
#submit_2 input{background:url(../../img/contact_submit2.png) no-repeat center top}

/*thx
--------------------------------------------------*/
.con_thx{
	padding:20px 20px 50px;
	text-align:center;
	color:#ccc;
}
.con_thx h2{padding-bottom:10px;font-size:12pt}
.con_back{padding-top:20px}