/*
*	THEME BLACK Shinyform by Léo Fontin
*	© www.snoupix.com 2011
*
*/

.shinyform_radio,
.shinyform_checkbox,
.shinyform_select,
.shinyform_select .shinyform_select_button,
.shinyform_file,
.shinyform_file .shinyform_file_button  {
	background: url('/media/js/lib/jquery-1.8.17/plugins/form/shiny/images/shinyform.png') no-repeat;
}

/*--- FILE ---*/

.shinyform_file {
	position: relative;
	float: left;
	height: 28px;
	background-position: left -69px;
}

.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;
	width: 165px;
	color: #949494;
	overflow: hidden;
	white-space: nowrap;
	border-right: #d9d9d9 solid 1px;
    font-size: 12px;
	margin: 4px 0 0;
	padding: 2px 0 2px 5px;
    font-family: verdana;
}

.shinyform_file .shinyform_file_button {
	display: block;
	position: relative;
	height: 24px;
	padding: 0 5px 0 6px;
	float: left;
	background-color: #fff;
	background-position: right 3px;
	text-align: center;
	line-height: 24px;
	color: #555;
	cursor: pointer;
	font-weight: bold;
}

/*.shinyform_file.hover {background-position: left -225px;}*/
.shinyform_file.hover .shinyform_file_button {background-position: right -33px;}
.shinyform_file_name.hover {border-right: #b3b3b3 solid 1px;}
/*.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: #b3b3b3;*/}

/*--- FILE ---*/
