@charset "utf-8";

/* FOMRS */
input.text, 
input.text_highlighted, 
input.text_warning_highlighted, 
select.text, 
select.text_highlighted, 
select.text_warning_highlighted, 
textarea.text, 
textarea.text_highlighted, 
textarea.text_warning_highlighted{
	width:200px;
	height:15px;
	padding-top:1px;
	padding-left:3px;
	padding-right:3px;
	color:#c7c7c7;
	font-size:1.1em;
	background-color:#414141;
	border:1px solid #414141;
	float:left;
}

input.text_highlighted, 
select.text_highlighted, 
textarea.text_highlighted{
	border:1px solid #32ffc6;
}

input.text_warning_highlighted, 
select.text_warning_highlighted, 
textarea.text_warning_highlighted{
	border:1px solid #fff;
	background-color:#ff4843;
}

select.text, 
select.text_highlighted, 
select.text_warning_highlighted{
	width:206px;
	padding-right:0px;
}

select option{
	padding:2px;
}

textarea.text, 
textarea.text_highlighted, 
textarea.text_warning_highlighted{
	height:150px;
	font-size:1.1em;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
}

input.radio{
	margin-right:5px;
}

button.submit{
	height:16px;
	color:#c7c7c7;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#2e2e2e;
	border:1px solid #2e2e2e;
}

.slider_background{
	width:231px;
	height:21px;
	margin-right:5px;
	background-image:url(../upload/assets/slider_bg.gif);
	background-repeat:no-repeat;
	float:left;
}

.slider_knob{
	width:21px;
	height:21px;
	background-image:url(../upload/assets/slider_knob_bg.gif);
	background-repeat:no-repeat;
}

.slider_label{
	display:block;
	width:50px;
	text-align:right;
	float:left;
}

#loginform input.text, 
#loginform input.text_highlighted, 
#loginform input.text_warning_highlighted{
	width:125px;
	margin-right:3px;
}

button#loginform_submitbutton{
	height:18px;
	background-image:url(../upload/assets/login_submit_bg.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

button#loginform_submitbutton span{
	display:none;
}

#favoritesform_container .ajax_loading{
	margin-left:100px;
	margin-top:60px;
}

#favoritesform input.text{
	width:280px;
}

#loginform button.submit{
	width:18px;
	float:left;
}

#content button.submit{
	width:auto;
}

#content form.closed{
	display:block;
	height:0px;
	overflow:hidden;
}

#content #profileform, 
#content #passwordform, 
#content #loginform_content{
	width:285px;
}

#content #profileform, 
#content #passwordform{
	float:left;
}

#content #profileform{
	margin-right:30px;
	clear:both;
}
