form.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width: 640px;
}

form.standard h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 0px;
	margin: 5px 5px 5px 5px;
	padding: 10px 0px 10px 0px;
}

form.standard p {
	text-align: justify;
	margin: 15px 15px 15px 15px !important;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

form.standard div.caption {
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	width: 480px;
}

form.standard div.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 10px 5px;
	width: 460px;
}

form.standard div.caption div.switch {
	display: none;
}

form.standard div.section {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

form.standard div.buttons {
	border-top: 1px solid #222d65;
	clear: both;
	text-align: center;
	margin: 14px 0px 0px 0px;
	padding: 14px 0px 18px 0px;
}

.upperCase{
    text-transform: uppercase;
}

form.standard div.buttons input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #222d65;
	color: #ffffff;
	border-style: none;
	padding: 1px 5px 1px 5px;
}

form.standard div.section div.field,form.standard div.section div.mandatory-field
	{
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	height: 1%;
	overflow: hidden;
}

form.standard div.section div.field div.label,form.standard div.section div.mandatory-field div.label
	{
	float: left;
	width: 200px;
	padding: 3px 5px 3px 10px;
	text-align: right;
	color: #666;
}

form.standard div.section div.field div.controls,form.standard div.section div.mandatory-field div.controls
	{
	float: left;
	width: 250px;
	height: 1%;
}

form.standard div.section div.field div.icons,form.standard div.section div.mandatory-field div.icons
	{
	float: left;
	width: 170px;
	height: 1%;
	text-align: left;
}

form.standard div.section div.field div.controls div.control,form.standard div.section div.mandatory-field div.controls div.control
	{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	white-space: nowrap;
	overflow: hidden;
}

form.standard div.section div.field div.controls div.control *,form.standard div.section div.mandatory-field div.controls div.control *
	{
	vertical-align: middle;
}

form.standard div.section div.field div.controls div.control input.invalid,form.standard div.section div.field div.controls div.control select.invalid,form.standard div.section div.field div.controls div.control textarea.invalid,form.standard div.section div.mandatory-field div.controls div.control input.invalid,form.standard div.section div.mandatory-field div.controls div.control select.invalid,form.standard div.section div.mandatory-field div.controls div.control textarea.invalid
	{
	background-color: #ff3300;
	color: white;
}

form.standard div.section div.field div.controls div.control input,form.standard div.section div.field div.controls div.control select,form.standard div.section div.field div.controls div.control textarea,form.standard div.section div.mandatory-field div.controls div.control input,form.standard div.section div.mandatory-field div.controls div.control select,form.standard div.section div.mandatory-field div.controls div.control textarea
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form.standard div.tabs {
	
}

form.standard div.tabs a.tab,form.standard div.tabs a.tab a.active-tab {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #E05829;
	margin: 0px 2px 0px 2px;
	padding: 0px 10px 2px 10px;
	text-decoration: none;
	white-space: nowrap;
	color: #444444;
}

form.standard div.tabs a.active-tab {
	font-weight: bold;
}

form.standard textarea.constMultiline {
	border: 1px solid #dddddd;
}

.ovDiv {
	border: 1px solid white;
	background-color: #ececec;
}

.infoBodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	line-height: 140%;
	background-color: #ececec;
}

.infoCaptionText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	background-color: #222d65;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

.infoCloseText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	background-color: #004C8F;
	text-align: right;
	font-size: 11px;
	padding: 2px 10px 2px 10px;
}

.infoCloseText a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

.infoCloseText a:hover {
	text-decoration: underline;
}

div#form-messages div.error {
	color: #ff0000;
	background: #fff url("/calculator-portlet/images/bad.jpg") no-repeat
		15px 2px;
	padding: 3px 0 0 30px;
}

div#form-messages div.ok {
	background: transparent url("/calculator-portlet/images/good.jpg")
		no-repeat 15px 2px;
	padding: 3px 0 0 30px;
}

div#form-messages div.help {
	color: #3A3A3A;
	background: #fff url("/calculator-portlet/images/infoikon.jpg")
		no-repeat 15px 2px;
	padding: 3px 0 0 30px;
}

form.standard div.icons div.error {
	padding: 0 0 0 15px;
	color: #FF0000;
	background: #fff url("/calculator-portlet/images/bad.jpg") no-repeat 0
		1px;
}

form.standard div.icons div.help {
	padding: 0 0 0 15px;
	color: #3a3a3a;
	background: #fff url("/calculator-portlet/images/infoikon.jpg")
		no-repeat 0 1px;
}

form.standard div.icons div.ok {
	height: 15px;
	padding: 0 0 0 15px;
	background: transparent url("/calculator-portlet/images/good.jpg")
		no-repeat 0 1px; . errorBodyText { font-family : Verdana, Arial,
	Helvetica, sans-serif;
	font-style: normal;
	text-align: justify;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	line-height: 140%;
}

.errorCaptionText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	background-color: #ff3300;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

.errorCloseText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	background-color: #790000;
	text-align: right;
	font-size: 11px;
	padding: 2px 10px 2px 10px;
}

.errorCloseText a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

.errorCloseText a:hover {
	text-decoration: underline;
}

form.standard div.section div.mandatory-field div.label {
	font-weight: normal;
}

