/* @group Core Elements */

.buton		
{

	font-family:arial; 
	font-size:11px; 
	font-weight : bold;
	color:#ffffff;
	background-color:#606488; 
	border:#a4afc6; 
	cursor: pointer; cursor: hand;
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
}

.butoncl		
{

	font-family:arial; 
	font-size:10px; 
	color:#ffffff;
	background-color:#747a8b; 
	border:#a4afc6; 
	cursor: pointer; cursor: hand;
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
}

input, select, textarea 
{

font-size: 0.925em;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #c7c7c7;

border-right-color: #c7c7c7;

border-bottom-color: #c7c7c7;

border-left-color: #c7c7c7;

}