fieldset {
	border: none;
	margin: 0;
}

legend {
	display: none;
}

#header form#search-form {
	float: right;
	margin-top: 20px;
}


#header form#search-form input#id_phrase_0,
input.graph-195 {
	padding: 5px 10px 5px 30px;
	height: 17px;
	border: none;
	color: #bcbcbc;
	font-size: 0.9em;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #222;
}

#header form#search-form input#id_phrase_0 {
	background-image: url('../images/bg-input-search.png');
	width: 173px;
}

input.graph-195 {
	background-image: url('../images/bg-input-195.png');
	width: 185px;
	padding: 5px;
}

#sidebar form#newsletter-form input,
#sidebar form#login-form input { 
	margin: 3px auto;	
}

fieldset.generic input, fieldset.generic select, fieldset.generic textarea {
	border: 1px solid #5b5b5b;
	color: #fff;
	padding: 2px;
	width: 420px;
	background-color: #0E0E0E;
}

textarea.markItUpEditor {
	background-color: #fff !important;
	color: #222 !important;
}

fieldset.generic p label {
	display: block;
	padding: 6px 3px;	
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

fieldset.buttons {
	margin-left: 165px;
}

input#id_captcha {
	width: 70px;
}

input#id_confirm, input#id_subscribe {
	width: auto;
}

ul.errorlist {
	list-style: none;
	padding: 0;
	margin-left: 160px;
	margin-bottom: 0;
}

ul.errorlist li {
	border-bottom: none;
	list-style-image: none;
	color: #ff9;
}

