img {
	border:0;
}

/*Forms defaults*/
input, textarea {
	font: 12px tahoma,arial,verdana,helvetica;
	color: #444;
}
label {
	color:#444;
	cursor:pointer;
	padding-left:2px;
	vertical-align:top;
	font-family: tahoma,arial,verdana,helvetica;
	font-size: 0.82em;
	line-height: 24px;
}
label.chosen {
	color:#444;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:175px;
	height:10px;
	border:1px solid #CCC;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #EDEDED;
	background-repeat: no-repeat;
	background-position: left top;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:250px;
	height:125px;
	border:1px solid #CCC;
	background: #EDEDED;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:190px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Button*/
.buttonSubmit {
	width:70px;
	height:28px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	font-family:tahoma,arial,verdana,helvetica;
}
