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

.table_rw{
	width:364px;
	height:20px;
	margin:0 0 10px 0;
	background-color:#f6e0a3;
	color:#231f20;
}
.table_rw_text{
	width:364px;
	color:#231f20;
	margin-bottom: 10px;
}

label {
	width:364px;
	color:#000000;
}

.req, .validation-failed{
	color:#cc3300 !important;
}

select{
	width:364px;
	background-color:#f6e0a3;
	color:#231f20;
	border-bottom:solid #f6e0a3 1px;
	border-top:solid #f6e0a3 1px;
}

.input, textarea {
	color:#231f20;
	border:none;
	background-color:#f6e0a3;
	border-left:solid #f6e0a3 3px !important;
	border-top:solid #f6e0a3 1px !important;
}

.input {
	height:16px;
}

textarea {
	width:361px;
}

.buttonSubmit{
	padding-left:220px;
}
.over{
	cursor:pointer;
}

.margin-top{
	margin-top:5px;
}
