/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Define the css values used in different forms				//
// 																			//
/////////////////////////////////////////////////////////////// */

select, .labels, .typetxt, .typebtn, .plain
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333333;
	}

.labels 
	{
		font-weight: bold;
		width: 30%;
		vertical-align: middle;
	}

.typetxt 
	{
		width: 200px;
		height: auto;
	}

.typebtn		
	{
		width: 90px;
		background-color: #E8E8E8; 
		padding: 0px; 
	}
