
#header
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 980px;
	height: 112px;
	background: url('/img/header background.png') no-repeat top left;
}

#style_icon1, #style_icon2, #style_icon3
{
	background:url('/img/theme1/strip icons.png') no-repeat left top;
	width:32px;
	height:32px;	
	cursor:hand;
	cursor:pointer;
	float:left;
}
#style_icon1 {background-position:-32px 0px;}
#style_icon2 {background-position:-64px 0px;}
#style_icon3 {background-position:-96px 0px;}

.box_search
{
	width: 140px;
	margin-top:5px;
	margin-left:12px;
	float:left;
}

.box_description
{
	background:url('/img/theme1/strip description.png') no-repeat left top;
	margin-left:20px;
	margin-bottom:16px;
	float:left;
	width:610px;
	height:288px;
}

.tab_top
{	
	background:url('/img/theme1/strip tab.png') no-repeat left top; 	
	width:22px;
}
.tab_bottom
{	
	background:url('/img/theme1/strip tab.png') no-repeat left top; 	
	width:22px;
	height:16px;
}

.profile_box
{
	width:450px;
	padding:20px;
	background:#011A32;
}
.profile_nr
{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

.notice_bad
{
	color:#ff0000;
}
.notice_good
{
	color:#00ff00;
}

.button_search
{
	background-image:url('/img/theme1/strip icons.png'); 	
	border:none;
	width:32px;
	height:32px;
	float:left;
	cursor:hand;
	cursor:pointer;
}

.button_signin
{
	background-image:url('/img/theme1/strip icons.png'); 
	background-position:-128px 0px;	
	border:none;
	width:64px;
	height:26px;
	float:left;
	cursor:hand;
	cursor:pointer;
	margin-top:2px;
}

#notice_icon
{
	background:url('/img/theme1/strip icons.png') no-repeat left top;
	width:38px;
	height:32px;	
	float:left;
	margin-left:50px;
	margin-right:6px;
	background-position:-192px 0px;
}
#notice_text
{
	font-weight: bold;
	font-size: 14px;
	padding-top:7px;
	color:#fff;	
}

input[type="text"], input[type="password"], textarea
{
    background: #fff;
    border: 2px solid #ffcc00;
    font-family: Verdana;
    font-size:12px;
    padding:2px;
    width: 120px;
}
