input#standard {
	background-color: #990033;
	color: white;
/*	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;  */
/*	border: 0; */
	cursor: pointer;
	display: block;
	height: 25px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 0px solid #ABB6FF;
/*	line-height: 0; */
/*	text-indent: -9999px; */
/*	width: 28px; */
}

input#pref {
	background-color: #ABB6FF;
	color: white;
/*	border: 0; */
	cursor: pointer;
	display: block;
	height: 25px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 0px solid #275FA6;
/*	line-height: 0; */
/*	text-indent: -9999px; */
/*	width: 28px; */
}

input#returnb {
	background-color: #009664;
	color: white;
/*	border: 0; */
	cursor: pointer;
	display: block;
	height: 25px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 0px solid #ABB6FF;	
/*	line-height: 0; */
/*	text-indent: -9999px; */
/*	width: 28px; */
}

input#returnr {
	background-color: #FF0000;
	color: white;
/*	border: 0; */
	cursor: pointer;
	display: block;
	height: 25px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 0px solid #ABB6FF;	
/*	line-height: 0; */
/*	text-indent: -9999px; */
/*	width: 28px; */
}


table.curved {
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border: 0px solid #ABB6FF;	
}
table.rounded {
    border-collapse: separate; 
	border-spacing: 0; 
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	-o-border-radius: 15px;
	border-radius: 15px; 
	border: 3px solid #0B6DDF;	
}
