/*
[Contents]

	0- Global
	1- Common Form
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/

/* =1 Common Form
---------------------------------------------------------------------------------------------------------------------*/
.common-form{
	background:url(images/content-bg.png) repeat;
	padding:20px 15px 10px;
}
.common-form p{
	margin-bottom:5px;
	overflow:hidden;
}
.common-form label{
	display:block;
	float:left;
	font-size:15px;
	line-height:23px;
	width:120px;
	color: #FFFFFF;
}
.common-form input{
	background:#FFF;
	border:0 none;
	float:left;
	height:17px;
	padding:3px;
	width:269px;
}
.common-form textarea{
	background:#FFF;
	border:0 none;
	float:left;
	height:88px;
	overflow:auto;
	padding:3px;
	width:269px;
}
.common-form .error{
	border:2px solid #00F;
	padding:1px;
}
.common-form p.buttons{
	margin-top:10px;
}
.common-form button{
	background:url(images/button2.png) no-repeat;
	border:0 none;
	color:#000;
	cursor:pointer;
	float:right;
	height:25px;
	width:128px;
}
.common-form .error-message{
	float:left;
	font-size:10px;
	line-height:25px;
}

.post-success{
	height:235px;
}