
body, table, tr, td, a, center, div, textarea, select {
    font-family: Arial, Tahoma;
    font-size: 11px;
    color: #ffffff;
}
input
{
	background-color: #ffffff;
	color: #511632;
	font-size: 11px;
}
.grey {
    color: #E0E0E0;
    text-decoration: none;
}
.grey:link {
    color: #E0E0E0;
}
.grey:visited {
    color: #E0E0E0;
}
.grey:hover {
    text-decoration: underline;
    color: #E0E0E0;
}
a {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.button {
    color: #E0E0E0;
    text-decoraton: underline;
}

/* Form elements */
select, textarea, input, textarea { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-color: #563409;
	margin: 0px;
	color: #511632;
}

.border0 { 
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;	
}
.price form, .price input{
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	text-align: center;		
}
