/*

Uniform Theme: Sexy Peach
Version: 1.0
By: Peter Wimren
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/

*/

label {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
}

/* Global Declaration */
div.selector, 
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  /*background-image: url(../images/sprite.png);*/
  background-repeat: no-repeat;
}

.selector, 
.radio, 
.checker, 
.uploader, 
.selector *, 
.radio *, 
.checker *, 
.uploader *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background: url(../images/contact/bg_slt_form.png) no-repeat;
  line-height: 32px;
  width: 118px;
  height: 30px;
  float:left;
}

div.selector span {
  background-position: right 0px;
  line-height: 28px;
}
.selector option {
	padding:3px;
	border-bottom:1px dotted #ccc;
}
div.selector select {
	width: 348px;
	height: 40px;
  top:0;
	left:0;
	border:1px solid #333;
}

/* Checkbox */

div.checker {
  width: 25px;
  height: 25px;
}

div.checker input {
  width: 25px;
  height: 25px;
}

div.checker span {
  width: 25px;
  height: 25px;
  background: url(../images/index/check_off.png) no-repeat;
}

div.checker span.checked {
	background: url(../images/index/check_on.png) no-repeat;
}

/* radio */

div.radio {
  width: 22px;
  height: 22px;
}

div.radio input {
  width: 22px;
  height: 22px;
}

div.radio span {
  height: 22px;
  width: 22px;
  background: url(../images/index/radio_off.png) no-repeat;
}

div.radio span.checked {
	background: url(../images/index/radio_on.png) no-repeat;
}

/* PRESENTATION */

/* Select */
div.selector {
  margin-bottom:0px;
  width: 118px;
  color: #464545;
  font-size: 14px;cursor:pointer;
}

div.selector select {
  width: 118px;
}

div.selector span {
  padding: 5px;
  cursor: pointer;
  color: #8c8a8b;
  width: 108px;
  height: 20px;
  text-shadow: 0px 1px 0px #fff;
}

div.selector.disabled span {
	color: #bbb;
}

/* checker */
div.checker {
  margin-right: 10px;
}

/* radio */
div.radio {
  margin-right: 10px;
}

/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus {
  outline: 0;
}

/* Select */

 div.selector {
	position: relative;
}

 div.selector span {
	display: block;
	float: left;
}

 div.selector select {
	position: absolute;
	opacity: 0;
}

/* checker */

 div.checker {
	position: relative;
	float: left;
}

 div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
}

/* radio */

div.radio {
	position: relative;
	float: left;
}

div.radio span {
	display: block;
	float: left;
	text-align: center;
}

 div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
}
