@import "reset.css";
@import "styles.css";
@import "ui.css";
@import "shop.css";
@import "thickbox.css";
@import "menu.css";
#f{

width:534px;
padding-bottom:5px;
}


#f label{
display:block;
width:130px;
float:left;
clear:left;
/*margin-bottom:10px;*/
min-height:25px;
padding:22px 10px 8px 25px;
}

#f input,#f textarea,#f select{
/*margin:-42px 0 0 52%;*/
float:left;
margin-top:20px;

}
#f input,#f textarea{
/*width:40%;*/
width:280px;
}

#f select{
/*width:40%;*/
max-width:320px;
}

#f .button{
margin:0px;
}

#f textarea{
height:60px;
}

#f .submit{
background:#df1256;
border:1px solid #000;
color:#FFFFFF;
cursor:pointer;
font-size:18px;
font-weight:bold;
height:28px;
text-transform:uppercase;
width:129px;
padding:0;
float:left;
margin-left:140px;
_margin-left:70px;
}

#f .radio{
width:25px;
}

#f label.radio,#f label.radio input{
display:inline;
margin:0px;
}

.error,.errorLabel{
font-weight:bold;
}

.error{
 margin:20px 0px;
background-color:#FFF;
}

fieldset {
	border:1px solid #cccccc;
	padding: 10px 10px 10px 0px;
	margin-top:20px;
}
legend {
	color: #000000;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
}

.error li {
	list-style-type: none;
	margin: 0px;
}


#trail {
	height: 30px;
	border: 1px solid #ccc;
	background: transparent url("../images/trail_bg.png") repeat-x left top;
	margin: 5px 0;
	padding-left:0;
	width:534px;
	
}
#trail li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	
	height: 30px;
	line-height: 30px;
}
#trail li.selected {
	font-weight: bold;
	padding: 0px 15px 0px 10px;
	background: transparent url("../images/trail_selected.png") repeat-x right top;
}
#trail li.active {
	padding: 0px 10px 0px 10px;
	background: transparent url("../images/trail_selected.png") repeat-x left top;
}
#text {
	padding: 15px;
}


