/* CSS Document */

.questionListStyle {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px #C8C8C8;
	padding:5px;
}

.questionListStyle .jqTransformInputWrapper {
 background: url("../images/selectBox/input/input_text_left.gif") no-repeat scroll left top transparent;
    float: right;
    height: 23px;
    padding: 0;
}
/* Hoverr */
.questionListStyle .jqTransformInputWrapper_hover {background-position: left -23px;}
.questionListStyle .jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: top -23px ;}

/* Focus */
.questionListStyle .jqTransformInputWrapper_focus{ background-position: left -46px ;}
.questionListStyle .jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -46px ;}

/* Error */
.questionListStyle .error-input{
	background: none repeat scroll 0 0 #FFBBBB;
    border: 1px solid #BF0000;
    border-radius: 5px 5px 5px 5px;
    clear: right;
    color: #555555;
    float: left;
    min-width: 100px;
    padding: 5px;
}

.questionListStyle .text_entry {
width:170px;
}

.questionListStyle .radio_buttons {
width:200px;
}