input{
	padding: 3px; color: Black;
}
select{
	padding: 3px;
}
input.check {
    width:  13px;
    height: 13px;
}

.text-editor {
    margin-bottom: 15px;
}

.spinner {
    position:       relative;
    padding-right:  8px;
}

.spinner a {
    position:            absolute;
    right:               0;
    width:               10px;
    height:              6px;
    font-size:           1px;    
    line-height:         6px;
    background-repeat:   no-repeat;
    background-position: center center
}

.spinner a.spinner-plus {
    top:                2px;
    background-image:   url(../images/arrow-small-top.gif);
}

.spinner a.spinner-minus {
    bottom:             2px;
    background-image:   url(../images/arrow-small-down.gif);
}

.input-t1 {
    width: 30px;
}

.input-t2 {
    width: 60px;
}

.input-t3 {
    width: 90px;
}

.input-t4 {
    width: 120px;
}

.input-t5 {
    width: 150px;
}

.input-t6 {
    width: 180px;
}

.input-t7 {
    width: 210px;
}

.input-t8 {
    width: 240px;
}

.input-t9 {
    width: 270px;
}

.input-t10 {
    width: 300px;
}

.input-t100 {
    width: 100%;
}

.select-t1 {
    width: 36px;
}

.select-t2 {
    width: 66px;
}

.select-t3 {
    width: 96px;
}

.select-t4 {
    width: 126px;
}

.select-t5 {
    width: 156px;
}

.select-t6 {
    width: 186px;
}

.select-t7 {
    width: 216px;
}

.select-t8 {
    width: 246px;
}

.select-t9 {
    width: 276px;
}

.select-t10 {
    width: 306px;
}