/*
*	THEME BLACK Shinyform by Léo Fontin
*	© www.snoupix.com 2011
*
*/

/*--- RADIO - CHECKBOX ---*/

.shinyform_radio,
.shinyform_checkbox  {
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
}

/*--- RADIO - CHECKBOX ---*/



/*--- SELECT ---*/

.shinyform_select {
	background:#fff;
	border:1px solid #0c6e98;
	position: relative;
	float: left;
	height: 14px;
	margin:1px 0 0;
	z-index:9999999;
}

.shinyform_select .shinyform_select_name {
	float: left;
	font-size:11px;
	display: block;
	width: 106px;
	height: 14px;
	line-height: 14px;
	padding:0 0 0 4px;
	position: relative;
	cursor: pointer;
	overflow:hidden;
}

.shinyform_select .shinyform_select_button {
	background:url(/images/arrow-select.gif) no-repeat center 6px #0c6e98;
	display: block;
	width: 14px;
	float: left;
	height: 14px;
	cursor: pointer;
	-moz-transition:background-color .2s;-ms-transition:background-color .2s;-o-transition:background-color .2s;-webkit-transition:background-color .2s;transition:background-color .2s
}
 
.shinyform_select.hover .shinyform_select_button,
.shinyform_select.focus .shinyform_select_button,
.shinyform_select.open .shinyform_select_button {background-color:#404040;}

.shinyform_select .shinyform_select_list {
	position: absolute;
	z-index: 999;
	width: 365px;
	height:300px;
	background: #fff;
	border:1px solid #e9e9e9;
	right: 0;
	top: 15px;
	overflow:auto;
}

.shinyform_select .shinyform_select_list li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}

.shinyform_select .shinyform_select_list li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #404040;
	font-size:11px;line-height:13px;
	-moz-transition:none;-ms-transition:none;-o-transition:none;-webkit-transition:none;transition:none;
}

.shinyform_select .shinyform_select_list li a:hover {background: #404040;color:#fff;}

.shinyform_select.disabled {background-position: left -155px; color: #b6b6b6;}
.shinyform_select.disabled .shinyform_select_button {	background-position: right -365px; cursor: default;}
.shinyform_select.disabled .shinyform_select_name {border-color: #b6b6b6;}

/*--- SELECT ---*/





/*--- FILE ---*/

.shinyform_file {
	position: relative;
	float: left;
	height: 35px;
	background-position: left -190px;
}

.shinyform_file input{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 55;
	opacity: 0;
}

.shinyform_file .shinyform_file_name {
	float: left;
	display: block;
	height: 25px;
	border-right: 1px solid #898989;
	width: 120px;
	margin-top: 5px;
	text-indent: 20px;
	color: #949494;
	font-style: italic;
	overflow: hidden;
	line-height: 26px;
	white-space: nowrap;
}

.shinyform_file .shinyform_file_button {
	display: block;
	position: relative;
	height: 35px;
	padding: 0 15px 0 10px;
	float: left;
	background-color: #fff;
	background-position: right -50px;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 0 -1px 0 #111111;
}

.shinyform_file.hover {background-position: left -225px;}
.shinyform_file.hover .shinyform_file_button {background-position: right -85px;}
.shinyform_file.focus .shinyform_file_button {background-position: right -120px;}
.shinyform_file.disabled {background-position: left -155px;}
.shinyform_file.disabled .shinyform_file_button {background-position: right -155px; color: #b6b6b6; text-shadow: none}
.shinyform_file.disabled .shinyform_file_name {border-color: #b6b6b6;}

/*--- FILE ---*/