body {
	background-color: #F0F0F0;
	height: 100%;
	line-height: 1.2em;
	font-family: Tahoma, Arial, Halvetica, Sans;
	font-size: 10pt;
	width: 760px;
	margin: 0 auto;
}


#header {
	width: 760px;
	background: #eef2d0 url(images/quoteform_bg.jpg) top left no-repeat;
	height: 85px;
}

#quoteAmount {
	color: #CD4A4A;
	line-height: 1.2em;
	font-family: Tahoma, Arial, Halvetica, Sans;
	font-size: 13pt;
	width: 100%;
	text-align: right;
}

#contentWrapper {
	background: #eef2d0 url(images/content_bg.gif) top left no-repeat;
	width: 758px;
	border-left: solid 1px #b6c24b;
	border-right: solid 1px #b6c24b;
	border-bottom: solid 1px #b6c24b;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#contentTop {
	margin: 0 auto;
	width: 720px;
	height: 40px;
}

#content {
	margin: 0 auto;
	width: 720px;
}

table.customerDetails {
	line-height: 1.8em;
	font-size: 10pt;
	width: 100%;
}

.heading {
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 16pt;
	color: #4aa232;
	margin-bottom: 20px;
}

h2 {
	font-weight: bold;
	font-size: 12pt;
	color: #3070ca;
	margin-bottom: 20px;
}

.messageBox, .messageBoxWarn {
	width: 100%;
	border: solid 1px #91d171;
	background-color: #e1f9d6;
	margin-top: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.messageBoxWarn {
	border: solid 1px #f36868;
	background-color: #fdd1d1;
}


.warn {
	color: #e72e2e;
}

/*
 * FIELDSET
 */
fieldset {
	border: solid 1px #777777;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


legend {
	margin-left: 20px;
	font-weight: bold;
	color: #484848;
}


div.fieldset {
	margin: 10px;
}


/*
 * INPUT STYLES
 */
label.radio_box	{
	display: block;
	float: left;
	margin: 3px 20px 2px 0px;
	cursor: pointer;
}

input.radio_box	{	
	border: 0px;
	display: block;
	background-color: #F0F0F0;
	float: left;
	cursor: pointer;
	margin-right: 1px;
}

.button, .button_go, .button_warn {	
	height: 18px;
	cursor: hand;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(/ibm_docs/admin/pics/bar_strip.gif);
	background-color: #FAFAFA;
	border: solid 1px #777777;
	padding: 0 3px 0 3px;
	font-family: Arial, Tahoma, Halvetica, Sans;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button_go {
	color: #438642;
}

.button_warn {
	color: #CD4A4A;
}

.input_text, select {
	background-color: #FFFFFF;
	border: solid 1px #777777;
}

.input_text:focus, select:focus {
	background-color: #fef9e5;
}


/*
 * ERROR STYLES
 */
table.error	{	
	border:solid 1px #333333;
	background-color: #FF0000;
	color: #FFFFFF;
}

tr.error, .option_error	{
	background-color: #FF0000;
	vertical-align: top;
	color: #FFFFFF;
}

td.error, .error {
	background-color: #FF0000;
	color: #FFFFFF;
}

.form_label_error {	
	color:#FF0000;
}

input.error, select.error, textarea.error {
	border: solid 1px #666666;
	background-color: #FF0000;
	color:#FFFFFF;
}

input.error:focus, select.error:focus, textarea.error:focus {
	background-color: #fc5252;
}
