/********************************************************************************
* Chat Script using Ajax, Jquery and PHP - Version 6.0
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* Email: vasplusblog@gmail.com

*********************************Copyright Info***********************************
* This is a paid script and must not be sold by any client
* Please do not remove this copyright information from the top of this page
* All Copy Rights Reserved by Vasplus Programming Blog
***********************************************************************************/

.VPB_radioboxes_opt 
{
	background: transparent url(images/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
	box-shadow: 0 2px 15px #666666;-moz-box-shadow: 0 2px 15px #666666;-webkit-box-shadow: 0 2px 15px #666666;
	-webkit-border-radius: 15px 15px; 15px 15px;-moz-border-radius: 15px 15px; 15px 15px;border-radius: 15px 15px; 15px 15px;
}
a.VPB_checkboxes_opt 
{
	background: transparent url(images/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
	box-shadow: 0 2px 15px #666666;-moz-box-shadow: 0 2px 15px #666666;-webkit-box-shadow: 0 2px 15px #666666;
}
a.VPB_checkboxed_opt { background-position: center bottom;}

.VPB_selection_hidden_opt 
{
	min-width: 360px;
	width:auto;
	position:relative;
	height: 33px;
	float:left;
	border: solid 1px #CD9BFF;
	padding: 0px;
	background: #FFFFFF url('../images/form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	text-align:left;
	font-family:arial;
	font-size:15px;
}

.VPB_selection_hidden_opt div span 
{
	min-width: 98%;
	max-height:350px;
	width:auto;
	font-size: 15px;
	font-family:arial;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: auto;
	line-height: 15px;
	padding: 8px 0 0 8px;
	overflow-x: hidden;
	overflow-y: auto;
	cursor:pointer;
	border:0px solid !important;
	outline:none !important;
}

.VPB_selection_hidden_opt  a.VPB_selectbox_class_o_opt 
{
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 33px;
	background: url(images/select_right.gif) no-repeat center center;
	border:0px solid !important;
	outline:none !important;
}

.VPB_selection_hidden_opt ul 
{
	position: absolute;
	min-width: 360px;
	width:auto;
	top: 37px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	display: none;
	margin: 0px;
	padding: 0px;
	max-height:350px;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:9999999999999999999999999;
	box-shadow: 0 2px 15px #666666;-moz-box-shadow: 0 2px 15px #666666;-webkit-box-shadow: 0 2px 15px #666666;
	/*-webkit-border-radius: 0 0 15px 15px;-moz-border-radius: 0 0 15px 15px;border-radius: 0 0 15px 15px;*/
}

.VPB_selection_hidden_opt ul a 
{
	display: block;
	padding: 10px;
	text-decoration: none;
	color:#333;
	background-color: none;
	font-size: 15px;
	font-family:arial;
}

.VPB_selection_hidden_opt ul a.selected 
{
	background: #EDEDED;
	color: #333;
	box-shadow: 0 0px 2px #666666;-moz-box-shadow: 0 0px 2px #666666;-webkit-box-shadow: 0 0px 2px #666666;
}

.VPB_selection_hidden_opt ul a:hover, .VPB_selection_hidden_opt ul a.selected:hover 
{
	background:#b60002;
	color: #FFF;
}
.VPB_checkbox_main_hidden { display: none; }

