@charset "utf-8";

form p {
	font-size: 12px;
	text-align: center !important;
	}
	
form dfn {
	margin: 0 8px;
	font-style: normal;
	}
	
form label,
form input[type=radio],
form input[type=checkbox],
form button {
	color: #507;
	cursor: pointer;
	}

form label.important {
	display: none !important;
	}

form label:hover,
form button:hover {
	color: #f70;
	}
	
form input[type=radio]:focus,
form input[type=checkbox]:focus {
	outline: 5px solid #eef;
	}
	
form input:focus,
form textarea:focus {
	background: #f8f8ff !important;
	outline: 1px solid #eef;
	}

form button:focus {
	background: #eef;
	outline: 1px solid #eef;
	}
	
form input,
form textarea,
form button,
form kbd {
	font: normal 14px 'Trebuchet MS', Arial, Sans-serif;
	}

form fieldset {
	width: 540px;
	padding: 0;
	border: none;
	margin: 15px auto;
	text-align: left;
	}
	
form legend {
	display: none;
	}
	
form fieldset label,
form fieldset span {
	padding: 4px;
	padding-left: 108px;
	margin: 2px 10px;
	display: block;
	clear: both;
	}

form fieldset kbd label {
	padding: 0;
	background: none;
	margin: 0;
	display: inline;
	text-align: left;
	}

form fieldset dfn {
	width: 90px;
	padding-top: 6px;
	float: left;
	margin-left: -100px;
	font-size: 12px !important;
	}
	
form fieldset dfn:after {
	content: ' *';
	color: #f70;
	font-weight: bold;
	}
	
form fieldset dfn.optional {
	font-style: italic;
	}
	
form fieldset dfn.optional:after {
	content: '';
	}

form fieldset span kbd,
form fieldset label input[type=text],
form fieldset label textarea {
	width: 400px;
	padding: 4px;
	background: #fcfcfc;
	border: 1px solid #ebebeb;
	color: #000;
	}

form button {
	height: 28px;
	width: 100px;
	padding: 4px;
	background: #fcfcfc;
	border: 1px solid #dbe;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	display: block;
	float: left;
	text-align: center !important;
	}
	
form button:hover {
	border-color: #edb;
	}

form fieldset span kbd {
	padding: 4px 0;
	background: none;
	border-color: transparent;
	margin: 0;
	font-size: 12px;
	text-align: left;
	}

form fieldset label textarea {
	height: 90px;
	}
	
form span,
form fieldset span kbd span {
	width: auto;
	padding: 0;
	margin: 0 4px;
	display: inline;
	color: #777 !important;
	}

form fieldset label ins {
	display: block;
	color: #f00;
	text-decoration: none;
	}
	
form fieldset label.error {
		background: #fff3f3;
	}

#result {
	padding: 10px;
	background: #fee;
	border: 0 solid #f77;
	border-width: 0 5px;
	margin: 20px;
	text-align: center;
	}

#result.success {
	background: #efe;
	border-color: #7f7;
	}
	
#result.preview {
	background-color: #fcfcff;
	border-color: #eef;
	
	padding: 0;
	background: none;
	border: none;
	margin: 0;
	}

#result.preview ul.comments li ins.number {
	color: #f70;
	}

#result.empty {
	display: none;
	}
