
select {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 90%;
	border : 1px solid #A6A6A6;
	padding : 0px;
	margin-top : 2px;
	margin-bottom : 5px;
}

input {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 90%;
	font-weight : normal;
	/*
	border : 1px solid #A6A6A6;
	*/
	margin-bottom:2px;
}

input .checker {
	border:0;
	padding:0px;
	margin:0px;
}

.checker {
	position : relative;
	top : 3px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.textsmall { 
	font-size : 90%;
	width : 100px;
	border : 1px solid #A6A6A6;
	padding : 2px;
}



.textmedium {
	font-size : 90%;
	width : 300px;
	border : 1px solid #A6A6A6;
	margin-bottom : 2px;
}
.textlarge {
	font-size : 90%;
	width : 400px;
	border : 1px solid #A6A6A6;
	margin-bottom : 2px;
}

.textareashort {
	font-size : 100%;
	width : 300px;
	height : 100px;
	border : 1px solid #A6A6A6;

}
.textareamedium {
	font-size : 100%;
	width : 300px;
	height : 200px;
	border : 1px solid #A6A6A6;
}

.textarealarge {
	font-size : 100%;
	width : 400px;
	height : 300px;
	border : 1px solid #A6A6A6;
}

.textarealong {
	font-size : 100%;
	width : 400px;
	height : 400px;
	border : 1px solid #A6A6A6;
}

.button {
	background-color : #00B2EC;
	font-weight : bold;
	color : white;
}

.button:hover {
	background-color : #FE5C03;
}


.label {
	font-size : 100%;
	font-weight : bold;
	color : #bcbec0;
}

#frm_search span.largelabel {
	color : #9c9ea0;
}

label.small {
	font-size : 90%;
	color : #9c9ea0;
}
label.normal {
	font-size : 100%;
	color : #9c9ea0;
	font-weight : bold;
}

label:hover {
	color : #00B2EC;
}

legend {
	font-size : 100%;
	font-weight : bold;
	color : #00B2EC;
	border : 1px solid #a6a6a6;
	padding : 5px;
}

fieldset {
	padding-top : 10px;
}