@charset "utf-8";

/*	
	plugin : jquery customforms plugin's css
	author : rames aliyev
	version: 2.1.1
	release: 06.04.2012
	contact: creator@ramesaliyev.com
*/

/* selectboxes */
.customselect				  { position:relative; cursor:pointer; }
.customselect div			  { width:inherit; display:block; font:inherit; }
.customselect ul			  { position:absolute; width:inherit; list-style:none; font:inherit; z-index:9999; }
.customselect ul li 		  { width:inherit; display:block; font:inherit;}

