/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
	background: url('../images/mysprite.png') top right;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

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

/* INPUT & TEXTAREA */

/*input.text,*/
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
  background: url('../images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

/*input.text:focus,*/
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
line-height: 34px;
height: 34px;
position:relative;
width:280px;overflow:hidden;
cursor:pointer;
}

div.selector span {
	background-position:0 -34px;
display:block;
  height: 34px;
  line-height: 34px;
  padding-left:15px;
  color:#000;
cursor:pointer;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 4px;
  width:271px;
  position:absolute;
  height:34px;
cursor:pointer;
}

div.selector:active, 
div.selector.active {
  
}

div.selector:active span, 
div.selector.active span {
  /*margin-left:15px;*/
  color:#fff;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  /*background-position: 0 0;*/
}

div.selector.disabled {
  background-position: 0 0;
}

div.selector.disabled span {
  background-position: 0 0;
}
