label,
input,
textarea,
.error{
	font-family:Arial;
	font-size:12px;
	border:0px;
	color:#666666;
}

input{
	width: 380px;
	height: 12px;
	background: url('../images/input.png') no-repeat left top;
	padding: 5px 10px 5px 10px;
} 

label{
	font-size:11px;
	display:block;
	color:#ffffff;
	width: 100px;
	height:12px;
	padding: 2px 0px 0px 5px;
	margin-top: 20px;
	background: url('../images/label.png') no-repeat left top;
}

.error{
	font-size:11px;
	background:#b21205;
	color:#ffffff;
	padding: 2px 5px 2px 5px;
	width: 90px;
	height: 12px;
}


textarea{
	padding:10px;
	background: url('../images/textarea.png') no-repeat left top;
	width:380px;
	height:140px;
}

input.button{
	background: url('../images/button.png') no-repeat left top;
	border: 0px;
	width: 80px; 
	height: 24px;
	margin: 10px 0px 0px 320px;
	cursor:pointer;
	font-size:11px;
	font-weight: bold;
	color:#b21205;

}

input.submit-button:hover{
	color:#999900;
}


#loginpanel input{
	width:180px;
	background: url('../images/inputlogin.png') no-repeat left top;
}

#loginpanel label{
	background: none;
	color:#666666;
	margin-top: 10px;
	padding: 0px;
}

#loginpanel .button{
	width: 80px;
	background: url('../images/button.png') no-repeat left top;
	margin-left:120px;
}
