/* form */

#center form.proforma fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #757c7e;
	background: #d9dcdd;
}

#center form.proforma legend {
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
	display: none;
}

#center form.proforma fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

#center form.proforma fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

#center form.proforma label {
	position: relative;
	float: left;
	width: 11em;
	margin-right: 1em;
}

#center form.proforma label.checkbox {
	width: auto;
	float: none;
}

#center form.proforma input.checkbox {
	margin-left: 12em;
}

#center form.proforma .checkbox {
	vertical-align: middle;
}

#center form.proforma label strong,
fieldset fieldset legend strong {
	position: absolute;
	left: 32em;
	top: 0.2em;
	width: 32em;
	color: #CC0000;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

#center form.proforma label strong img,
fieldset fieldset legend strong img {
	position: absolute;
	left: -20em;
}

#center form.proforma fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

#center form.proforma fieldset fieldset legend {
	position: relative;
	margin-left: 0;
	font-weight: normal;
	display: block;
}

#center form.proforma fieldset fieldset ol {
	position: relative;
	top: -1.2em;
	margin: 0 0 0 12em;
	padding: 0;
}

#center form.proforma fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

#center form.proforma fieldset.submits {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 13em;
	background-color: transparent;
	background-image: none;
}

#center form.proforma fieldset.submits input {
	margin-right: 0.5em;
}

#center form.proforma input.text,
#center form.proforma select {
	width: 14em;
}

#center form.proforma textarea {
	width: 270px;
	height: 6em;
}

#center form.proforma input.date {
	width: 6em !important;
}

form button,
form input.submit,
form input.button,
a.button {
	border: 1px solid #369;
	background: #d9dcdd;
	color: #369;
	cursor: pointer;
}

form input.selected_button,
form button:hover,
form input.submit:hover,
form input.button:hover,
a.button:hover {
	background: #369;
	color: #d9dcdd;
}

a.button {
	padding: 0.1em 0.2em;
	text-decoration: none;
}

form label.checkbox {
	cursor: pointer;
}

form .proforma_loading {
	float: right;
	margin-bottom: -32px;
	position: relative;
	top: 10px;
	right: 5px;
	z-index: 100;
	visibility: hidden;
}

#iframe form fieldset {
	border: none;
	margin: 1em 0;
}

#iframe form ol,
#iframe form ul {
	list-style-type: none;
}

#iframe form label {
	display: block;
	margin-top: 0.5em;
	position: relative;
}

#iframe form label.checkbox {
	display: inline;
	position: static;
	margin-left: 0.5em;
}

#iframe form label.checkbox,
#iframe form input.checkbox {
	margin-top: 1em;
}

#iframe form input.text,
#iframe form select {
	width: 200px;
}

#iframe form label strong,
#iframe fieldset fieldset legend strong {
	color: #CC0000;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	float: right;
}

#iframe form label strong img,
#iframe fieldset fieldset legend strong img {
	position: absolute;
	left: 210px;
	top: 1.5em;
}


body form input.button_add,
body form a.button_add {
  background: #fff url(/dsg/button_plus.gif) no-repeat center left;
  padding-left: 17px;
  font-weight: bold;
}

body form input.button_add:hover,
body form a.button_add:hover {
  background: #369 url(/dsg/button_plus.gif) no-repeat center left;
  color: #fff;
}

body form input.button_remove,
body form a.button_remove {
  background: #fff url(/dsg/button_minus.gif) no-repeat center left;
  padding-left: 17px;
  font-weight: bold;
}

body form input.button_remove:hover,
body form a.button_remove:hover {
  background: #369 url(/dsg/button_minus.gif) no-repeat center left;
  color: #fff;
}

body form a.button_add,
body form a.button_remove {
  padding-left: 20px;
  padding-right: 0.5em;
  text-decoration: none;
}


