	.clear {
		clear:both
	}
	
	/*
	######################
	Form Fancy
	######################
	*/
	
	.dione_form_area {
		width: 100% !important;
	}

	.dione_form_area p{
		font-size:.8rem!important;
	}

	.dione_form_area label{
		color: #5b5a5d !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
	}
	.block{
	font-size:.8rem!important;
		}
	
	#captchaStatus{
		color: red;
		font-size: 12px;
	}
	
	form {
		margin: 0;
		padding: 0;
		display: inline;
	}
	
	form.fancy fieldset {
		border: 1px dotted #dedede;
    border-radius: 3px;	
	}
	
	form.fancy fieldset input, fieldset textarea, fieldset select, fieldset img, fieldset  {
		
	}
	 	
	form .sml fieldset {
		margin: 2px 0;
	}
	
	form.fancy legend {
		font-size:16px;
		font-weight:normal;
		padding:0 2px 0 0;
		color:#565656;
	}
	
	form.fancy div.block {
		position: relative;
		margin-left: 190px;
	}
	
	form .sml div.block {
		margin-left: 180px;
	}
	
	form.fancy label {
	  position: relative;
	  line-height: 1.8;
	  vertical-align: top;
	}
	
	form.fancy fieldset ol {
	  margin: 0;
	  padding: 0;
	  clear: both;
	}
	
	form.fancy fieldset li {
	  list-style: none;
	  padding: 5px;
	  margin: 0;
	  clear: both;
	}
	
	form.fancy fieldset li.last-child {
		border-bottom:medium none;
	}
	
	form.fancy fieldset fieldset {
	  border: none;
	  margin: 3px 0 0;
	}
	form.fancy fieldset fieldset legend {
	  padding: 0 0 5px;
	  font-weight: normal;
	}
	
	form.fancy fieldset fieldset label {
	  display: block;
	  width: auto;
	  float: none;
	}
	
	form.fancy label.plain {
		float: none;
		width: auto;
	}
	
	form.fancy em {
	  font-weight: bold;
	  color: #514e4b;
	}
	
	form.fancy label {
	  width: 190px; /* Width of labels */
	}
	
	form .sml label {
	  width: 150px;
	}
	
	form.fancy fieldset fieldset label {
	  margin-left: 123px; /* Width plus 3 (html space) */
	}
	
	form.fancy {
		color: #333;
		margin: 10px 0;
		display: inline;
	}
	
	form.fancy input {
		border: 1px solid #889ca6;
		background-color: #ffffff;
		padding: 2px;
	}
	
	form.fancy input.big {
		font-size: 20px;
	}
	
	form.fancy input.error {
		border: 1px solid #f72b73;
		margin-right: 10px;
	}
	
	.dione-row-subm {
		clear: left;
		display: block;
		margin: 5px 0 0;
		padding: 1px 3px;
	}

	
	
	form.fancy input[type=submit]:hover {
		background-color: #d7f7c9;
	}
	
	
	form.fancy input[type=reset]
	{
		background-color: #fff;
		background-repeat: no-repeat;
		color: #333;
		padding: 1px 5px;
		border: 1px solid #bbb;
		
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
		
		border-radius:5px;
	}
	
	
	form.fancy input[type=reset]:hover
	{
		background-color: #f1f1f1;
	}
	
	form.fancy span[id=dioneformwizard-submit-box]{
		float:right;
		display:block;
	}
	
	form.fancy label { color: #333; }
	
	form.fancy fieldset fieldset { background: none; }
	
	form.fancy fieldset li {
		padding: 5px 10px 7px;
		border-bottom: 1px solid #e3eef9;		
	}
	
	