﻿.registrationForm{
	margin-top:10px;
	width:740px;
	height:350px;
}

.submitFeedback
{
	font-weight:bold;
	border:1px #ccc solid;
	padding:5px 10px 5px 10px;
	width:60px;
	text-align:center;
	cursor:pointer;
}

.submitFeedbackError
{
	padding:5px 10px 5px 10px;
	text-align:right;
	width:620px;
}

input[type=checkbox]
{
	width:20px;
	text-align:left;
	float:left;
	margin-right:4px;
	margin-top:1px;	
}

.registrationForm .formContent
{
	width:740px;
	background-image:url('../images/Action/WcKick.png');
	background-repeat:no-repeat;
	background-position:right top;
}

.registrationForm .choiceMargin{
	margin-right:10px;
}