.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.bigbutn {
	padding: 10px; 
	background-color: #00B1D3; 
	font-size: 12pt;
	color: #fff;
}

a.button, .submit
{
	color: #fff;
	border: none;
	background-color: #00B1D3; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;    //-rounding the edges, only available in CSS3-//
	font-family:arial;
	text-decoration:none;
	padding: 10px;
	font: 14pt Georgia, Times;
}

a.button:hover, .submit:hover {
	color: #000;
	background-color: #9edcf2;
}

.submit_inprogress
{
	color: #888;
	background-color: #ccc; 
}
