/* ------------------------UNIFORM------------------------------ */

.text_uniform, .textarea_uniform{
    background: url("./images/bg-input.png") repeat-x scroll 0 0 #FFFFFF;
    border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    outline: 0 none;
    padding: 3px;
}


div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background-image: url("./images/sprite.png");
    background-repeat: no-repeat;
}
.selector, .checker, .button, .radio, .uploader {
    display: inline-block;
    vertical-align: middle;
}
.selector, .radio, .checker, .uploader, .button, .selector *, .radio *, .checker *, .uploader *, .button * {
    margin: 0;
    padding: 0;
}



div.selector {
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    font-size: 12px;
    width: 247px;
    background-position: -483px -130px;
    height: 26px;
    line-height: 26px;
	margin-top:3px;
}
div.selector:hover{
	background-position: -483px -182px;
}
div.selector:active{
    background-position: -483px -156px;
}

div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 215px;
    cursor: pointer;
    padding: 0 25px 0 2px;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
}
div.selector:hover span{
	background-position: right -52px;
}
div.selector:active span{
    background-position: right -78px;
}

div.selector select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 25px;
    opacity: 0;
	filter:alpha(opacity=0);
    position: absolute;
    /*border: 1px solid #FFFFFF;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    min-width: 190px;
    left: 0;
    top: 0;
	width:242px;
}



div.checker {
    position: relative;
    margin-right: 5px;
    height: 19px;
    width: 19px;
}

div.checker span {
    display: inline-block;
    text-align: center;
    background-position: 0 -260px;
    height: 19px;
    width: 19px;
}
div.checker:hover span {
    background-position: -38px -260px;
}
div.checker:active span {
    background-position: -19px -260px;
}
div.checker span.checked {
    background-position: -76px -260px;
}
div.checker:hover span.checked {
    background-position: -114px -260px;
}
div.checker:active span.checked {
    background-position: -95px -260px;
}

div.checker input {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    opacity: 0;
	filter:alpha(opacity=0);
    height: 19px;
    width: 19px;
}



div.uploader {
    cursor: default;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 190px;
    background-position: 0 -297px;
    height: 28px;
}
div.uploader:hover {
    background-position: 0 -353px;
}

div.uploader input {
    border: medium none;
    bottom: 0;
    cursor: default;
    float: right;
    height: 25px;
    opacity: 0;
	filter:alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
}

div.uploader span.filename {
    cursor: default;
    display: block;
    float: left;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #BBBBBB;
    color: #777777;
    font-size: 11px;
    width: 82px;
    height: 24px;
    line-height: 24px;
    margin: 2px 0 2px 2px;
}

div.uploader span.action {
    cursor: pointer;
    display: inline;
    float: left;
    overflow: hidden;
    padding: 2px 0;
    background-color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 85px;
    background-position: right -409px;
    height: 24px;
    line-height: 24px;
}
div.uploader span.action:hover {
    background-position: right -437px;
}



div.radio {
    position: relative;
    margin-right: 3px;
    height: 18px;
    width: 18px;
}

div.radio span {
    display: inline-block;
    text-align: center;
    background-position: 0 -279px;
    height: 18px;
    width: 18px;
}
div.radio:hover span {
    background-position: -36px -279px;
}
div.radio:active span {
    background-position: -18px -279px;
}
div.radio span.checked {
    background-position: -72px -279px;
}
div.radio:hover span.checked {
    background-position: -108px -279px;
}
div.radio:active span.checked {
    background-position: -126px -279px;
}

div.radio input {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    opacity: 0;
    text-align: center;
    height: 18px;
    width: 18px;
}


/* ------------------------UNIFORM------------------------------ */

.text_uniform, .textarea_uniform{ border-color:#1E665B; }