.btnstyle
{
	border: 1px solid #000000;
	-moz-border-radius: 30px 30px 30px 30px; 
	-webkit-border-radius:30px 30px 30px 30px;
	color:#000000;
	background:#09F;
	width:65px;
	height:20px;
}
.btnstyle1
{
	border: 1px solid #666;
	-moz-border-radius: 30px 30px 30px 30px; 
	-webkit-border-radius:30px 30px 30px 30px;
	color:#000000;
	background:#E8E8E8;
	width:65px;
	height:20px;

}

.styles
{
	padding:8px;
	font-weight:300;
}
.tdLabel
{
	padding-left:200px;
	padding-top:10px;
	color:#542C0E;
	font-weight:bold;
	
}

.myButton
{
	height:20px;
	width:70px;
	background:#b5d9ee;
	text-align:center;
	font-weight:bold;
	color:#990033;
	cursor:pointer;
}

.thBorder
{
border:#993399 1px outset;
background-color:#CCCCCC;
}


