@charset "utf-8";
/* CSS Document */
.contentForm	{
}

.contentForm fieldset	{
	border: 0;	
}

.contentForm table	{
	margin-left: 0px;
	padding-left: 0px;
}

.contentForm table td	{
	padding-bottom: 10px;
	font-weight: bold;
}

.contentForm input,.contentForm textarea	{
	width: 350px;
	font-size: 1em;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	
}

.contentForm .errorInput	{
	border: 1px solid #FF0000;
}

.contentForm button	{
	border: 0;
	background-color: #ee7f00;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	width: 120px;
	margin-right: 5px;
}
