input, select
{
	border-style: none;	
}

#Welcome {
	position: absolute;
	left: 510px;
	top: 290px;
	width: 220px;
	font-size: 16px; font-family: "Century Gothic";
	color: #3a7622;
}
#success {
	background: url('../images/success.png') no-repeat;
	position: absolute;
	left: 739px;
	top: 285px;
	width: 35px;
	height: 40px;
}
#success_msg {
	position: absolute;
	left: 770px;
	top: 295px;
	width: 110px;
	font-size: 10px; font-family: "Verdana";
	color: #035f23;
}

#failed {
	background: url('../images/failed.png') no-repeat;
	background-position: 0px -3px;
	position: absolute;
	font-size: 10px; font-family: "Verdana";
	color: red;
	left: 490px;
	top: 287px;
	width: 263px;
	height: 30px;
	text-align: right;
}

#profile {
	
	position: absolute;
	left: 500px;
	top: 320px;
	width: 100px;
	height: 43px;
}

#profile a {
	background: url('../images/profile.png') no-repeat;
	background-position: 0px 2px;
	text-decoration: none;
	font-size: 10px; font-family: "Verdana";
	color: #000000;
	height: 43px;
	width: 100px;
	display: block;
}

#profile a:hover {
	background: url('../images/profile over.png') no-repeat;
	color: #e34021;
	height: 42px;
	width: 100px;

}

#orders {
	position: absolute;
	left: 600px;
	top: 320px;
	width: 100px;
	height: 43px;
}

#orders a {
	background: url('../images/orders.png') no-repeat;
	text-decoration: none;
	font-size: 10px; font-family: "Verdana";
	color: #000000;
	height: 43px;
	width: 100px;
	display: block;
}

#orders a:hover {
	background: url('../images/orders over.png') no-repeat;
	color: #5a90cc;
	height: 42px;
	width: 100px;

}

#logout {
	
	position: absolute;
	left: 700px;
	top: 320px;
	width: 100px;
	height: 43px;
}

#logout a {
	background: url('../images/Exit.png') no-repeat;
	background-position: 0px 2px;
	text-decoration: none;
	font-size: 10px; font-family: "Verdana";
	color: #000000;
	height: 43px;
	width: 100px;
	display: block;
}

#logout a:hover {
	background: url('../images/Exit over.png') no-repeat;
	color: #e34021;
	height: 42px;
	width: 100px;

}