form.Form{
	margin: 0;
	padding: 0;
	margin-bottom:30px;
}

form.Form span{
	font-weight:bold;
}

form.Form input, form.Form textarea, form.Form select{
	width: 100%;
}

form.Form input.FileUpload{
	width: 20px;

}

form.Form input.CheckBox{
	width: auto !important;
}

form.Form textarea{
	height: 100px;
}

form.Form .SubmitButton, form.Form .ClearButton{
	
	


background:#1E4E5E none repeat scroll 0 0;
color:#FFFFFF;
margin-top:10px;
position:relative;
z-index:1;
	
	
	width: 100px;
	font-size: 100%;
	display:block;
    float:left;
	margin-left:11px;
/*    margin:0 7px 0 0;*/
   /* border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;*/
    font-family:”Lucida Grande”, Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    font-weight:bold;
    /*color:#565656;*/
    cursor:pointer;
    /*padding:5px 10px 6px 25px;*/
	padding: 2px 9px 5px 9px; 
}

form.Form .SubmitButton{
	/*background:#e6e6e6 url(images/accept.png) no-repeat 3px 5px;*/
	/*color:#529214;*/
}

form.Form .ClearButton{
	/*background:#e6e6e6 url(images/cross.png) no-repeat 3px 5px;*/
	/*color:#d12f19;*/
}

form.Form .SubmitButton:hover{
	/*background-color:#dff4ff;*/
}

form.Form img.Captcha{
	border: 1px solid #D8D8D8;
}

form.Form .RadioGroup input{
	width: auto;
}

form.Form table tr td{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	padding-right: 6px;
	padding-top: 3px;
}

form.Form table tr td.ItemCaption{
	width: 100px;

}

form.Form table tr td.ItemValue{
	width: auto;
}
.RegistrationWrapper form.Form .SubmitButton{
	/*border-color: gray;*/
	background: transparent none repeat scroll 0 0;
	border:0;
	color: white;
	font-weight: bolder;
	padding: 7px;
	height: auto !important;
	width: auto !important;
	float:left;
	position:relative;
	/*right:7px;*/
	padding:8px 16px;
}

.RegistrationWrapper .ButtonSpace{
	margin-top: 25px;
}