/* selects */
div.input-select
{
	padding-right: 33px;
	background: url(../images/inputs.png) no-repeat right -30px;
}

div.input-select div
{
	padding-left: 10px;
	height: 30px;
	background: url(../images/inputs.png) no-repeat left top;
	font-size: .9em;
	line-height: 30px;
}

/* checkbox */

margauto{
margin:0 auto;
}

/*table.stressful td div.input-checkbox, table.treatments td div.input-checkbox, table.feedback td div.input-checkbox{
margin:0 auto;
	background: url(../images/checkbox.png) no-repeat left bottom;
}
*/
td.question_right div div.input-checkbox{
background: url(../images/checkbox.png) no-repeat left top;
}

td.question_right div div.input-radio-checked
{
	background-position: -930px top;
}

td.question_right div div.input-radio-checked
{
	background-position: -970px top;
}

td.question_right div div.input-checkbox-checked
{
	background-position: -980px top;
}

td.radio span div.input-checkbox{
margin:0 auto;
}

div.input-checkbox
{
	width: 26px;
	height: 26px;
	padding:0;
	margin:0 auto;
	background: url(../images/checkbox.png) no-repeat left top;
	cursor: pointer;
}

div.input-radio
{
	width: 26px;
	height: 25px;
	padding:0;
	margin:0 auto;
	background: url(../images/radio.png) no-repeat left bottom;
	cursor: pointer;
}

div.input-radio-checked
{
	background-position: -970px bottom;
}


div.input-checkbox-checked
{
	background-position: -980px 0px;
}

/* custom select box */
ul.select-list 
{
	position: absolute;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style-type: none;
	max-height: 214px;
	overflow: auto;
	}
	
ul.select-list li
{
	font-size: .8em;
	border-bottom: solid 1px #999;
	padding: 5px 10px;
	cursor: pointer;
	background: #fff;
	color: #000;
}

ul.select-list-pages li
{
	text-align: center;
}

ul.select-list li.selected
{
	background: #fff;
}

ul.select-list li.hover
{
	background: #000;
	color:#fff;
}

div.input-text
{
	padding-right: 10px;
	background: url(../images/inputs.png) no-repeat right top;
	margin-right: 5px;
	width:390px;
	float:left;
	height:30px;
}

td.input_narrow div.input-text{
width:93px;
}

td.short div.input-text{
width:32px;
}

body.large-font td.short div.input-text{
width:40px;
}


td.three div.input-text{
width:40px;
}

td.dates div.input-text{
width:48px;
}

body.large-font td.dates div.input-text{
width:62px;
}

td.post div.input-text{
width:68px;
}

body.large-font td.post div.input-text{
width:84px;
}

td.treatshort div.input-text{
width:142px;
}

td.treat div.input-text{
width:246px;
}

td.input_narrow div.input-text div{
width:90px;
}

td.dates div.input-text div{
width:38px;
}

td.three div.input-text div{
width:30px;
}

td.post div.input-text div{
width:59px;
}

body.large-font td.post div.input-text div{
width:65px;
}

td.treat div.input-text div{
width:239px;
}

td.treatshort div.input-text div{
width:135px;
}

td.short div.input-text div{
width:22px;
}

td.select_narrow div.input-select{
width:83px;
}

body.large-font td.select_narrow div.input-select{
width:110px;
}

div.input-select
{
	width:200px;
	padding-right: 33px;
	background: url(../images/inputs.png) no-repeat right -30px;
}

div.input-file
{
	position: relative;
	cursor: pointer;
	padding-right: 33px;
	background: url(../images/inputs.png) no-repeat right -60px;
}
div.input-text div, div.input-file div
{
	width:380px;
	padding-left: 10px;
	height: 30px;
	background: url(../images/inputs.png) no-repeat left top;
}
div.input-text input, div.input-file input.dummy
{
	width: 100%;
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	font-size: .9em;
	padding: 7px 0;
	float: left;
}
div.input-file input.file
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

div.input-text input, div.input-file input.dummy
{
	width: 100%;
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	padding: 7px 0;
	float: left;
}

/* textarea */
div.input-textarea
{
	padding-right: 10px;
	background: url(../images/inputs.png) no-repeat right -90px;
	width:410px;
}

div.input-textarea div
{
	padding-left: 10px;
	height: 140px;
	background: url(../images/inputs.png) no-repeat left -90px;
	width:400px;
}
div.input-textarea textarea
{
	width: 400px;
	height: 124px;
	border:none;
	border-top:#ccc solid 1px;
	margin:0;
	padding: 7px 0;
	font-size: 1em;
	float: left;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
}