label
{
	display:inline;
	float:left;
	width:150px;
	margin-bottom:0px;
	line-height:100%;
}

.divinput
{
	width: 114px;
	height:31px;
	padding: 8px 0px 0px 6px;
	background-image: url(/images/input.png);
	background-repeat: no-repeat;
	background-position: left top;	
	float:left;
}

.divinput .input {
	color: #666666;
	font-size: 11px;
	width:98px;
	height:12px;
	line-height:17px;
	background-color: transparent;
	border:0px;
}

.divtextarea
{
	width: 236px;
	height:64px;
	padding: 7px 0px 0px 9px;
	background-image: url(/images/textarea.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.textarea {
	color: #666666;
	font-size: 11px;
	width:215px;
	height:45px;
	line-height:17px;
	background-color: transparent;
	border:0px;
}


.select {
	color: #646464;	
	/*width: 220px;*/
	font-size: 11px;
	padding: 2px 0px 2px 4px;
	border: solid 1px #D7DEE4;		
	background-color: transparent;
	background-image: url(../images/bg_select.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}


