@charset "utf-8";
/* CSS Document */

.right input{
	border: 1px solid #ccc;
	background-color:#f2f2f2;
	height:30px;
	line-height:30px;
}
.right textarea{
	border: 1px solid #ccc;
	background-color:#f2f2f2;
	width:100%;
	resize: none;
}
.right .btn{
	padding-left:150px;
}
.right .btn input{
	display:inline-block;
	padding:0 20px;
	height:30px;
	line-height:30px;
	background:#84C225;
	color:white;
	cursor:pointer;
	margin-right:20px;
}
.right .btn input:hover{
	background:#79b322;
}