/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
// Define home css values 											//
// 																			//
/////////////////////////////////////////////////////////////// */


select, .typetxt, .typebtn, .typetxtarea, .typetxt-small
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333333;
	}

.typetxt 
	{
		width: 200px;
		height: auto;
	}

.typetxt-small
	{
		width: 125px;
		height: auto;
	}
	
.typebtn		
	{
		width: 90px;
		background-color: #E8E8E8; 
		padding: 0px; 
	}

