@charset "UTF-8";
/* Fieldsets */
fieldset {
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	clear:both;
	padding:1em 1.4em 1.4em 1.4em;
	margin:1.2em 0 1.2em .3em;
	border:1px solid #313131;
	background-color:#1B1B1B;
	padding: 25px;
	margin: auto;
	width: 75%;
}
legend {
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 -.4em;
	padding:.2em .8em;
	font-weight:bold;
	font-size:12px;
	background-color:#fff;
	color:#333;
	border:1px solid #e8d2b8;
}
.tab-fieldset {
	background:transparent;
	border:0;
}
.label {
	font-size:11px;
	color:#CDCDCD;
}
label em {
	font-weight:normal;
	color:#369;
}
/* Text fields */
input, textarea, select {
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-border-radius:0px;
	border:1px solid #313131;
	font-size:11px;
	color:#bbbbbb;
	background-color: #000;
	padding:5px;
	font-family: News Gothic MT, Arial, Verdana, Geneva, sans-serif;
}
input {
	width:97%;
}
input:focus, textarea:focus {
	border-width:1px;
}
input[type="radio"], input[type="checkbox"] {
	background:transparent !important;
	border:0 !important;
	width:16px !important;
}
input[type="radio"] {
	width:13px !important;
}
select {
	padding:4px;
}
button {
	outline:none;
}
option[disabled] {
	color:#999;
	background:#ccc;
}
/* Textareas */
textarea {
	width:97% !important;
	height:150px;
	margin: 3px 0 -3px 0 !important;
}
/* Select fields */
select {
	border:1px solid #ccc;
	background:#000;
	width:200px;
	padding:2px;
}
select:focus {
	border:1px solid #999;
	background:#000;
}
/* General Utility */
.btn {
	border:1px solid #999999;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
	margin:10px 0 0 0;
	padding:3px 5px;
	width:130px !important;
	background:#333333;
	color:#fff;
	cursor:pointer;
	font-size:14px !important;
}
.btn:hover, .btn:focus {
	color:#fff;
	background:#333333;
}
