
label {
	display:inline-block;
	font-size: 1em;
	margin: .8em 0 0;
}

input[type="text"], input[type="email"], input[type="url"], textarea {
	width: 250px;
}

input[type="submit"] {
	display:block;
	margin: 1em 0;
}

.inline {
	display: inline;
}
fieldset {
	border: thin solid;
	background: #f1f1f2;
	position: relative;
	width: 100%;
	padding:1em;
	margin-top: 1em;
	margin-bottom:1em;
	background: radial-gradient(#f1f1f2, #dbdcdd);
	-webkit-border-radius: .5em .5em .5em .5em;
	-moz-border-radius: .5em .5em .5em .5em;
	border-radius: .5em .5em .5em .5em;
}
legend {
	display: none;
}

fieldset:before {
	content:attr(title);
	display: block;
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-weight:bold;
	border-bottom: 1px solid rgb(76, 67, 65);
	width: 100%;
}
 













