fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input {
	margin: 0;
}

input, select, textarea  {
	border-color: #a0a0a0 #c7c7c7 #c7c7c7 #a0a0a0;
	border-style: solid;
	border-width: 1px;
	background: #fff url(../img/buttons/form-textfield-bg.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	padding: 2px;
	color: #666;
}

.service{
    position: absolute;
    top: 12px;
    left: 430px;
}

/* left col search */
#leftColSearchLabel {
	display: none;
}

#leftColSearchForm {
	margin-bottom: 10px;
}

#leftColSearch {
	width: 158px;
}

#leftColSearchSubmit {
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-indent: -1000em;
	background: url(../img/buttons/button-sprite.png) 0 -186px no-repeat;
	padding: 0;
	border: none;
	vertical-align: top;
}

#leftColSearchSubmit:active {
	background-position: -32px -186px;

}

/* left col language select */
#leftColLanguageForm {
	margin-bottom: 0;
    position: absolute;
    top: 0px;
    left: 210px;
}

#selectLanguage {
	width: 162px;
}




/* service buttons */
a.service-btn,
a.service-btn:visited {
	font-size: 1.0em;
	display: -moz-inline-box; /* ff2 */
	display: inline-block;
	background:transparent url(../img/buttons/service-button-sprite.png) 0 0 no-repeat;
	height: 25px;
	line-height: 25px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
	text-decoration: none;
	position: relative;
	margin: 0px 4px -4px -4px;
	-moz-user-select: none;
	-webkit-user-select: none;
}

a.service-btn span {
	display: -moz-inline-box; /* ff2 */
	display: inline-block;
	height: 25px;
	background: url(../img/buttons/service-button-sprite.png) 100% 0 no-repeat;
	padding-right: 10px;
}

a.service-btn span span {
	background-position: 0 -25px;
	background-repeat: repeat-x;
	padding: 0 10px;
}

a.service-btn:hover { background-position: 0 -50px; color: #fff; }
a.service-btn:hover span { background-position: 100% -50px; }
a.service-btn:hover span span { background-position: 0 -75px; }

/* gui buttons */
a.gui-btn,
a.gui-btn:visited {
	display: -moz-inline-box; /* ff2 */
	display: inline-block;
	background: url(../img/buttons/gui-elements.png) 0 0 no-repeat;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 3px;
	text-decoration: none;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	color: #5d5d5d;
	font-weight: bold;
}

a.gui-btn span {
	display: -moz-inline-box; /* ff2 */
	display: inline-block;
	height: 22px;
	background: url(../img/buttons/gui-elements.png) 100% 0 no-repeat;
	padding-right: 3px;
}

a.gui-btn span span {
	background-position: 0 -32px;
	background-repeat: repeat-x;
	padding: 0 15px;
}

a.gui-btn:active { background-position: 0 -64px; color: #5d5d5d; }
a.gui-btn:active span { background-position: 100% -64px; }
a.gui-btn:active span span { background-position: 0 -96px; }


/* general forms in body section */
.form_container {
	width: 453px;
}

.form_group {
	margin-bottom: 0.923em;
}

.form_text_element,
.form_element_text_error {
	float: left;
	width: 219px;
	margin-right: 15px;
	text-align: right;
	font-weight: bold;
	color: #666666;
}

.form_element_text_error {
	color: #a63187;
}

.form_group .error_txt {
	font-size: 0.917em;
	color: #a63187;
	margin-left: 142px;
}

.checkboxes .error_label {	
	margin: 0;
}

.checkboxes .error_txt {
	display: inline;
	margin: 0 20px 0 0;
}

input.form_element_entryfield, textarea, select {
	width: 213px;
}

.form_group select {
	width: 217px;
}

.checkboxes {
	padding: 0.583em 0;
	vertical-align: baseline;
}

.checkboxes .form_text_element {
	float: none;
	width: auto;
	margin: 0 0 0.923em 0;
}

.checkboxes input {
	margin: 0 7px 0 0;
	padding: 0;
	vertical-align: bottom;
	position: relative;
    top: -1px;
}


.checkboxes label {
	margin: 0 20px 0 0;
}

.preSubmitText,
.form_element_button {
	margin: 0 0 0.923em 234px;

}

.form_element_button {
	text-align: left;
}

.disclaimer .form_element_button {
	float:right;
}

span.mandatory {
	color: #3186bc;
	font-weight: normal;
	font-family: "Verdana", Arial, sans-serif;
	padding-left: 2px;
}

.form_group.radiobuttons div{
    padding-left:234px;
}

.form_group.checkboxes{
    padding-left:234px;
}

#gwtbookmark,#bookmark{
    display:none;
}
