/*****************************/
/*** Core html setup stuff ***/
/* Tran Thanh Sang */
/* sangtialia@gmail.com */
/*****************************/
.form-default{
	clear:both;
	width:100%;
	margin:15px 0;
	text-align:left;
}
.form-default .inner{
	max-width:550px;
	margin:0 auto;
	padding:15px;
	border:2px dashed #ffba00;
}
.form-default h4{
	margin-top:0;
}
.form-default .checklist .cb{
	display:inline;
}
.form-default .checklist label{
	color:#ffba00;
	display:inline;
}
.form-default .frm{
	display:none;
}
.form-default .button{
	display:inline;
}