.form{
	min-height: 1px;
}

* html .form{
	height: 1px;
}

fieldset{
	background: #e1e1e1;
	border: 3px dashed #c2c2c2;
	padding: 0;
	margin: 10px 0 35px;
	width: 450px;
	position: relative;
	display: block;
}

fieldset .content{
	padding: 20px;
	position: relative;
}

* html fieldset .content{
	height: 1px;
}

fieldset .content:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}

fieldset legend{
	position: relative;
	display: block;
	width: 100%;
	min-height: 1px;
}

fieldset legend span{
	color: #a8a8a8;
	display: block;
	font-size: 1.15em;
	font-weight: bold;
	left: 20px;
	position: absolute;
	top: -20px;
	padding: 5px 10px;
	background: #fff;
	border: 2px solid #C2C2C2;
	min-height: 1px;
}

.form_buttons{
	border-top: 3px dashed #c2c2c2;
	padding: 20px 0 0;
	min-height: 1px;
}

.buttons{
	min-height: 1px;
}

* html .form_buttons,
* html .buttons{
	height: 1px;
}

.form_buttons:after,
.buttons:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}

.form_buttons input,
.buttons input{
	float: right;
	margin: 0 0 0 15px;
	border: 2px solid #c2c2c2;
	background: #f2f2f2;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: bold;
	color:#6f6f6f;
	}

.form_buttons input:hover,
.buttons input:hover{
	border: 2px solid #45A7E0;
	background: #fff;
	color: #3d93c5;
}
