/* FORM */
body form, body form * {
	font-size: 8pt;
}

form {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

fieldset {
	clear: both;
	border: 1px solid #CCC;	
	margin: 0 0 4px 0;
	padding: 4px 4px 4px 4px;
	height: 1%;
	height: auto !important;

}

legend {
	color: #005F38;
	font-weight: bold;
	margin: 0 10px;
}

label {
	height: 1%;
	height: auto !important;
	display: block;
	padding: 0.3em;
	margin: 0 1% 0 0;
	border: 1px solid white;
	font-size: 8pt;
}

label {
	width: 39%;
	float: left;
}
label.checkboxlabel {
	width: 80% !important;
	float: left;
}
input.checkbox {
	float: left;
	width: auto;	
}

.checkbox-display {
	width: 2em;
	float: left;
}
.checkbox-display, .checkbox-display * {
	font-family: monospace;
	line-height: 1.8em;
}


.col-leftright label {
	width: 29%;
}


.sidecontent label {
	width: auto;
	float: none;
}


.form-row {
	margin: 0 0 4px 0;
	width: auto;
	clear: both;
	min-height: 1em;
}

.form-row-button {
	padding-top: 1em;
}


.fieldbox {
	float: left;
	display: block;
	width: 57%;
	margin: 0 0 0 0;
}

.fieldbox {
	float: left;
	width: 57%;
	margin: 0 0 0 0;
}
select .fieldwidth,
div.fieldbox .fieldwidth {
	width: 98%;
	float: left;
}
div.fieldbox select,
div.fieldbox div.fieldwidth {
	width: 100%;
}



.fieldwidth {
	height: 1%;
	height: auto !important;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.fieldwidth {
	width: 57%;
}

.fieldbox-zip-city {
		width: 58%;
}


select,
.inputbox {
	border: 1px solid #BBCF00;
	background-color: #BBCF00;
	padding: 0.3em;
	height: 1%;
	height: auto !important;
	display: block;
	color: #000000;
}

select:focus,
.inputbox:focus {
	border: 1px solid #BBCF00;
	background-color: #DDE781;
}

.register_ordersettings label {
	width: 45%;
}

.register_ordersettings .fieldbox {
	width: 42%;
}


.form-info, .form-info * {
	color: #616161;
	font-style: italic;
}

div.inputbox {
}

.inputbox-readonly {
	color: #616161;
	background-color: #FCFEE7;
	border: 1px solid #BBCF00;
}

div.fieldwidth .inputbox {
}

/* specials */
div.msg, div.msg * {
	font-weight: bold;
	text-align: center;
}
div.msg {
	margin: 0 20% 0.5em 20%;
	padding: 0.2em;
}

.error, .error * {
	color: red;
}

span.error, span.error * {
	font-size: 7pt;
}

span.error {
	text-align: center;
	display: block;
	clear: both;
}


div.error, .error-marker .inputbox {
	background-color: #F6DED4;
	border: 1px solid #F6CFC2;
	color: red;
}

.info, .info * {
	color: #005F38;
}
div.info {
	background-color: #EBF2EF;
	border: 1px solid #B2CFC3;
}
.hint, .hint * {
	color: #996600;
}
div.hint {
	background-color: #FDFDB8;
	border: 1px solid #E0D1B2;
}

	

.form-hint, .form-hint * {
	color: red;
	font-size: 7pt;
}

.form-hint {
	text-align: center;
	display: block;
	clear: both;
	background-color: #FEFEFE;
	border: 1px solid #CCC;
	color: #777;
	margin: 2% 4% 2% 4%;
	padding: 0.3em;
}
.form-required-hint {
	text-align: center;
	display: block;
	clear: both;
	color: #777;
	margin: 2% 2% 2% 2%;
	padding: 0.3em;
}



div.error span.error {
	text-align: center;
	font-weight: normal;
	border: none;
	margin: 0 0 0 0;
}


.fieldhint, .formhint {
	font-size: 7pt;
	font-weight: normal;
	color: #616161;	
}

.fieldhint {
	display: block;
	height: 1%;
	height: auto !important;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.form-row-button {
	margin: 0 0.7em 0 0.7em;
}

fieldset .form-row-button {
	margin: 0 0 0 0;
}

.button {
	border: none;
	background-color: #005519;
	color: #FFFFFF;
	padding: 4px;
}

.button-prev {
	background-image: url(img/prev.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 20px;
}
.button-next {
	background-image: url(img/next.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 4px 20px 4px 4px;
}
.button-prev-inactive {
	background-image: url(img/prev_inactive.gif);
	background-color: #CFCFCE;
}
.button-next-inactive {
	background-image: url(img/next_inactive.gif);
	background-color: #CFCFCE;
}

.button-inline {
	display: inline;
}

.imgbutton {
	border: none;
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	display: inline;
	vertical-align: bottom;
	cursor: pointer;
}

.imgbutton-edit  {
	background-image: url(img/btn_edit.gif);
}
.imgbutton-edit:hover  {
	background-image: url(img/btn_edit_hover.gif);
}
.imgbutton-edit-disabled,
.imgbutton-edit-disabled:hover  {
	background-image: url(img/btn_edit_disabled.gif);
	cursor: default;
}

.imgbutton-add  {
	background-image: url(img/btn_add.gif);
}
.imgbutton-add:hover  {
	background-image: url(img/btn_add_hover.gif);
}
.imgbutton-add-disabled,
.imgbutton-add-disabled:hover  {
	background-image: url(img/btn_add_disabled.gif);
	cursor: default;
}

.imgbutton-delete  {
	background-image: url(img/btn_delete.gif);
}
.imgbutton-delete:hover  {
	background-image: url(img/btn_delete_hover.gif);
}
.imgbutton-delete-disabled,
.imgbutton-delete-disabled:hover  {
	background-image: url(img/btn_delete_disabled.gif);
	cursor: default;
}


.imgbutton-help  {
	background-image: url(img/btn_help.gif);
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	float: right;
}
.imgbutton-help:hover  {
	background-image: url(img/btn_help_hover.gif);
	cursor: help;
}
.imgbutton-help-disabled,
.imgbutton-help-disabled:hover  {
	background-image: none;
	cursor: default;
}

.imgbutton-help-inline {
	background-image: url(img/btn_help.gif);
	display: inline;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.imgbutton-help-inline:hover {
	background-image: url(img/btn_help_hover.gif);
	cursor: help;
}

.pass_status {
	border: none;
	padding: 0;
	display: inline;
	vertical-align: bottom;
	margin: 0;
}

/* common fields bvadmin */
input.bvform-cid {
	width: 50px !important;
}
select.bvform-cid {
	width: 70px;
}
.bvform-countrycode {
	width: 4% !important;
	float: left !important;
	text-align: center;
}

.bvform-zip {
	width: 11% !important;
	float: left !important;
	text-align: center;
	margin-left: 1%;
}

.delivery-address .bvform-zip {
	margin-left: 0;
}

.bvform-city {
	width: 76% !important;
	float: right !important;
}

.delivery-address .bvform-city {
	width: 83% !important;
}

.bvform-date {
	width: 70px !important;
	float: left !important;
	text-align: center;
}


/* in this form there is no country so left margin is not necessary*/
.register_ordersettings .bvform-zip {
	width: 45px !important;
	
	margin-left: 0;
}
.register_ordersettings .fieldbox-zip-city {
	/*width: 281px;*/
	width: 197px;
}


.col-left .register_ordersettings .fieldbox-zip-city,
.col-right .register_ordersettings .fieldbox-zip-city {
	width: 281px;
}

.register_ordersettings .bvform-city {
	/* width: 215px !important; */
	width: 130px !important;
}
.col-left .register_ordersettings .bvform-city,
.col-right .register_ordersettings .bvform-city {
	width: 215px !important; 
}

.bvform-marker {
	width: 50px !important;
	float: left !important;
	text-align: center;
}

.bvorder-overlay {
	background-image: url(img/bgtrans.png);
	z-index: 999;
	padding: 2px;
}


.selected-option {
	font-weight: bold;
}


.fielderror, .fielderror:focus {
	background-color: #F6DED4;
	border: 1px solid #F6CFC2 !important;
	color: red;
}
.fielderror:focus {
	background-color: #F6DED4;
	border: 1px solid #FD7142 !important;
	color: red;
}

.freecapimg {
	width: 200px;
	float: left;
}

div.form-error {
	margin: 0 20% 0 20%;
	padding: 0.4em;
	background-color: #F6DED4;
	border: 1px solid #F6CFC2; 
}

div.form-error, div.form-error * {
	color: red;
	text-align: center;
}



