/***********************************
* CUSTOM FORM ELEMENTS
* Created by Ryan Fait
* Customize by : Tang Kien Trung
************************************/
/*---- customize for radio  -----*/
.radio_container
{
	margin-left:5px;
}

span.radio 
{
	float: left;
	width: 10px;
	height: 10px;
	padding: 0 5px 0 0;
	background: url(../images/buttons/radio.gif) no-repeat;
	display: block;
	
	margin-top:5px;
}

p.radio_title
{
	float:left;
	padding:3px 5px 0 0;
}

/*---- customize for dropdown list -----*/
#collection_point
{
	width:234px;
	/*margin-left:5px;*/
	float: right;
	text-align: left;
	margin-left:10px;		
	color:#333333;
}

select.styled
{
	color:#8F8E8E;
	opacity:0;
	position:relative;
	z-index:
}

#selectcontact_collection_point
{
	/*This is id span of collection_point*/
	background:url(../images/buttons/dropdown_list.gif) no-repeat right top;
	width:229px;
	text-align: left;
}

.col_point_container
{
	float:left;
	/*width:229px;*/
	width:234px;
	padding-left:11px;
}

.form_container span.select 
{
	height:21px;
	overflow:hidden;
	padding:3px 0 0 5px;
	position:absolute;
	
	/*margin-left:5px;*/
	
	
}

