@charset 'UTF-8';


fieldset {
	height: expression(this.scrollHeight < 26 ? "25px" : "auto");
	min-height: 25px;
	border: 0;
}

form p {
	padding: 0;
}

input {
	padding: 0.425em 0.364em 0.4em 0.364em;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	line-height: 1.273em;
	text-align: left;
	font-weight: normal;
	border: 1px solid #cdcdcd;
}

textarea {
	padding: 0.364em 0.091em 0.545em 0.364em;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	line-height: 1.273em;
	text-align: left;
	overflow: auto;
	resize: none;
	border: 1px solid #cdcdcd;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	border-color: #a2cbdd;
}

input.label, textarea.label {
	font-style: italic;
	color: #aaa;
}

.button
{
	width: expression(document.body.clientWidth < 26 ? "25px" : "auto" );
	min-width: 25px;
	padding: 0.425em 0.636em 0.39em 0.545em;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	line-height: 1.273em;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #a2cbdd;
	border: 1px solid #a2cbdd;
}

.button:hover
{
	background-color: #6aacc8;
	border-color: #6aacc8;
	color: #fff;
}

input[disabled], input.disabled, .button.disabled {
	color: #aaa;
	cursor: default;
	background-color: #fff; border-color: #d7d7d7;
}

input[disabled]:hover, input.disabled:hover, .button.disabled:hover {
	border-color: #d7d7d7;
}









span.checkbox
{
	width: 16px; height: 16px;
	display: block;
	
	cursor: pointer;
	border: 1px solid #d7d7d7;
}

span.checkbox.checked { background: url('../../img/check.png') no-repeat; }
span.checkbox:hover, div.checkbox.checked:hover { border-color: #a2cbdd; }

div.radio
{
	width: 16px; height: 16px;
	
	cursor: pointer;
	background: url('../../img/radio.png') no-repeat 0 0;
	
	border: 1px solid transparent;
}

div.radio.selected { background: url('../../img/radio.png') no-repeat 0 -16px; }
div.radio:hover { background: url('../../img/radio.png') no-repeat 0 -32px; }



/*
a.radio
{
	padding-left: 15px; font-weight: normal;
	background: url('../../img/radio.png') no-repeat 1px 4px transparent;
}

a.radio:hover
{
	text-decoration: none;
	background: url('../../img/radio_selected.png') no-repeat 1px 4px transparent;
}
*/




