/*	
 * GENERIC STYLES NOT FULLY DEFINED!
 * iF YOU MODIFY PLEASE WATCH SearchForms
 */

form label {
	cursor: pointer;
}

label {}
input,
select,
textarea{
	border-top:1px solid #717171;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #717171;
}
input.image ,
input[type="image"] { 
border: 0;
}
input.text ,
input[type="text"] {
	height:			16px;
	padding:		1px 0 0 3px;
	vertical-align: middle;
}


select {
	height:			20px;
	vertical-align: middle;
}
input[type="submit"]{
	color: #3b73b9;
}

input[type="submit"]:hover{
	color: #333;
	cursor:pointer;
}

/*Search form: 
/* 
	***								***
	***								***
*/
.SearchForm {
	display: inline;
}
.SearchForm input {
	height: 14px;
}
.SearchForm input[type="text"]{
	width: 160px;
	font: normal normal normal 12px/1 Arial, Sans-serif;
	width: 155px;
}
.SearchForm input[type="submit"]{
	background:transparent;
	border: none;
	font: normal normal normal 12px/1 Arial, Sans-serif;
}
/* /SearchForms */

input.imageButton {
    border:  0 none;
}
