/*****************************************/
/** FORMS ELEMENT **/
/*****************************************/

.edit-search {
	width:146px; height:20px; 
	color:#990000;
	background:url(../images/edit-search.jpg) repeat-x;
}
.btn-search {
	width:48px; height:24px;
	color:#CCCCCC; border:1px #CCCCCC solid;
	background:url(../images/btn-search.jpg) repeat-x;
}
/*****************************************/
input.edit {
	height:20px; 
	color:#990000; border:1px #7F2800 solid;
	background:url(../images/edit-bg.jpg) repeat-x;
}
input.btn {
	height:24px;
	font-size:11px; font-weight:bold;
	color:#D7D7D7; border:1px #6C0000 solid;
	background:url(../images/btn-bg.jpg) repeat-x;
}
input.btn:hover {
	color:#FFFFFF;
	border:1px #FF8000 solid;
}

/*****************************************/

input.btn#long {
	width:120px;
}
input.btn#standard {
	width:80px;
}
input.btn#short {
	width:30px; height:24px;
}

/*****************************************/

input.textmedium {	
	height:22px;
	padding:0 3px 0 3px;
	width:150px;
	color:#990000;
	font-size:11px; font-weight:bold;
	border:1px #7F2800 solid;
	background: url(../images/bg-edit.jpg) repeat-x;
}

