body {font-size:75%; line-height: 160%; font-family: helvetica, verdana, arial, sans-serif;}

abbr[title] { border:none !important;}


/* Form elements */
/*form {font-size: 0.875em;}*/
*:focus {outline: none;}
form fieldset {margin: 20px 2px;}
fieldset legend {font-size: 1.1em; font-weight:bold; padding: 0px 10px 0px 5px;}
div.form_line {clear:both; margin-bottom:5px;}

div.form_line label { width:30%; float:left;}
div.form_line label.radiolabel {float:none;width:auto;}
div.form_line textarea {border-radius: 5px 5px 5px 5px;    padding: 2px 8px;    width: 65%; }
div.form_line .helperWrapper img {display:none;}
div.form_line .helperWrapper {float:right;width:43%;}

input[type="button"] {}
input[type="radio"] {width: 14px; margin-right: 4px; }
input[type="text"], input[type="password"] {height:16px; width:63%; padding: 2px 8px;}
input[type="textarea"] {height:16px; width:63%; padding:5px 8px;}
input[type="submit"] {height:25px; padding: 2px 10px 2px 10px; margin:3px 0 3px 3px; border:1px #a1a3a6 solid; border-radius: 8px; background: #d8d9da url(../images/snz-button-bck.png) repeat-x top left;vertical-align: middle;}
input:hover[type="submit"] { cursor: pointer; border:1px #86ab54 solid; background: #d8d9da url(../images/snz-button-bck-hover.png) repeat-x top left;}
input.form_button {margin-bottom:20px;}
input[type="button"] {height:25px; padding:2px 10px 2px 10px; background-position: 3px, 0px; margin:3px 0 3px 3px; border:1px #a1a3a6 solid; border-radius: 8px; background: #d8d9da url(../images/snz-button-bck.png) repeat-x top left; vertical-align: middle;}
input:hover[type="button"] { cursor: pointer; border:1px #86ab54 solid; background: #d8d9da url(../images/snz-button-bck-hover.png) repeat-x top left;}
input[type="image"] {padding: 1px 10px; margin:1px 0 1px 3px; border:1px #a1a3a6 solid; border-radius: 8px; background: #d8d9da url(../images/snz-button-bck.png) repeat-x top left; vertical-align: middle;}
input:hover[type="image"] { cursor: pointer; border:1px #86ab54 solid; background: #d8d9da url(../images/snz-button-bck-hover.png) repeat-x top left;}

select {min-width:25%;}

textarea {padding:8px; width:300px;}


button {height:25px; padding: 2px 10px; margin:3px 0 3px 3px; border:1px #a1a3a6 solid; border-radius: 8px; background: #d8d9da url(../images/snz-button-bck.png) repeat-x top left;}
button:hover { cursor: pointer; border:1px #86ab54 solid; background: #d8d9da url(../images/snz-button-bck-hover.png) repeat-x top left;}

a:link, a:visited{
	color: #0079a7;
	text-decoration: none;
}
a:hover,a:active {
	color:#0079a7;
	text-decoration: underline;
}
h4 {
	color: #004F71;
}