

.wizard, .form {
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 15px;
	min-height: 1px;
	}
	
* html .wizard, * html .form {
	height: 1px;
	}
	
.wizard_separator {
	border-top: 1px dotted #ddd;
	height: 1px;
	clear: both;
	margin: 10px 0;
	}
	
.form h3 {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin: 0 5px 10px;
	}
	
#content .form p, #content .wizard p {
	margin: 10px 0;
	border-top: 1px dotted #ccc;	
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	color: #666;
	background: #fff;
	font-size: 11px;
	}
	
.wizard_help {
	margin: 0 0 10px 160px;
	padding: 0 10px;
	}
	
.form_buttons {
	border: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	padding: 10px;
	margin: 10px 0;
	text-align: right;
	background: #fff;
	}
	
	.form_note strong {
	 color: #9f0c10;
   font-weight: bold;
   font-size:14px;
	}