content form {
	margin: 0px;
	padding: 0px;
	font-size:10pt;
}

#content label {
	float:left;
	width:160px;
	padding-top:4px;
	margin: 0px;
	padding-left: 15px;
}

#content .label {
	padding-left:145px !important;
}

#content fieldset input,
#content fieldset select,
#content fieldset textarea {
	font-size:10pt;
}

#content fieldset input {
	font-size: 10pt;
	/* background: #EBEBEB; */
	border: 1px solid #999999;
	width: 275px;
	padding: 1px;
	margin: 1px;
	color: #4D4D4D;
}

#content select {
	font-size: 10pt;
	/* background: #EBEBEB; */
	border: 1px solid #999999;
	width: 279px;
	padding: 1px;
	margin: 1px;
	color: #4D4D4D;
}

#content legend {
	font-size:10pt;
	font-weight: bold;
	color: #D2160C;
}

#content fieldset {
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin: 5px;
	background-color: #F2F2F2;
	width: auto;
	clear:both;
}

#content .fieldset2 {
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin: 5px;
	background-color: #F2F2F2;
	width: 420px;
	clear:both;
}

#content fieldset.error {
	border-color:#AA160C;
	background-color: #F2F2F2;
	color:#AA160C;
}

#content fieldset.error legend{
	color:#D2160C;
}

#content .shortTextBox {
	width: 100px;
	padding: 1px;
	margin: 1px;
}

#content .mediumTextBox {
	width: 250px;
	padding: 1px;
	margin: 1px;
}

#content .shortSelectBox {
	width: 100px;
	padding: 1px;
	margin: 1px;
}

#content .mediumSelectBox {
	width: 200px;
	padding: 1px;
	margin: 1px;
}

#content .shortTextArea {
	/* background: #EBEBEB; */
	border: 1px solid #999999;
	width: 200px;
	margin: 3px;
}

#content .mediumTextArea {
	/*	background: #EBEBEB;*/
	border: 1px solid #999999;
	width: 253px;
	margin: 3px;
}

#content .longTextArea {
	/*	background: #EBEBEB;*/
	border: 1px solid #999999;
	width: 440px;
	margin: 3px;
}

#content .normalCheckBox {
	width: 16px;
	margin: 3px 0px 0px 12px;
	background: none;
	border: none;
	padding: 0px;
}

.required {
	color: black;
	background: url(/media/graphics/required-field-star.gif) no-repeat 0px 5px;
}

#content .submitButtons {
	font-size:10pt;
	font-weight: bold;
	height: 20px;
	width: 81px;
	border: 1px solid #AA160C;

	text-decoration:none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#content .cancelButtons {
	height: 21px;
	width: 81px;
	margin: 0;
	border: 0;
	overflow: hidden;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#content .nextButton {
	margin-top:0px;
	float:right;
}

#content .backButton {
	margin-top:0px;
	float:left;
}


.success {
	border:1px solid #486F14;
	border-width:1px 0px 1px 0px;
	background-color: #C8EF95;
	color:#486F14;
	padding:5px 0px;
}

.warn {
	border:1px solid #FF7200;
	border-width:1px 0px 1px 0px;
	background-color: #FFCB8F;
	color:#FF7200;
	padding:5px 0px;
}

.fail {
	border:1px solid red;
	border-width:1px 0px 1px 0px;
	background-color: #FFCFCF;
	color:#DF1B2C;
	padding:5px 0px;
}






#content fieldset {
	border: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content legend {
	font-size: 12pt;
	color: rgb(65, 83, 95);
}

#content label {
	color: black;
	font-size: 10pt;
}

#content label.required {
	background: url('required.gif') no-repeat center left;
	color: black;
	font-size: 10pt;
	font-weight: normal;
}

#content .submitButtons {
	background: #99B0BB;
	border: 1px solid #8298AA;
}

#content .shortTextBox {
	width: 180px;
}

#content .edit {
	color: #D2160C;
	font-weight:bold;
	text-decoration:none;
}

#content .confirm_sub_section {
	color:#333;
	font-size: 12pt;
	margin-top: 1em;
}

/*
.fieldError {
	margin: 0;
	color: red;
}

#content .error {
	color: red;
}


*/

.confirm-header {
	color:#666;
	border-bottom:1px solid #666;
	font-size:13pt;
	width:95%;
}

.edit {
	float: right;
	color: #333;
	margin-right: 2em;
	margin-top: -2em;
}


.fieldError {
	color:#AA160C;
	font: 8pt;
	margin: 0;
	margin-bottom: 0.5em;
	margin-left: 175px;
	clear: left;
}

.smallText {
	margin-left: 175px;
	font-size: x-small;
}

fieldset fieldset {
	clear: both;
	border: 1px solid #ccc;
	margin: 1em;
	margin-top:2em;
	width: 90% !important;
}

*:first-child+html legend { /* ie7 only */
	margin-top: -1.5em;
	margin-bottom: 1em;
}

*:first-child+html fieldset { /* ie7 only */
	margin-top: 1.5em;
}


*:first-child+html  fieldset fieldset {
	margin: 2em !important;
	width: 90% !important;
	display: block;
}


.confirm span {
	margin-left: 2em;
}


.confirm table {
	margin-left: 2em;
	margin-right: 2em;
	width: 90%;
	border-collapse: collapse;
}

.confirm td {
	border: 1px solid #aaa;
	padding: 2px;
}

.radioGroup  {
	margin-left: 180px;
}

.radioDiv {
        display: block;
        width: 45%;
        float: left;
}

.radioDiv .shortTextBox {
        width: 40% !important;
}

input.radioButton {
	width:20px !important;
	margin-left:5px;
	border:0 !important;
}

#content iframe {
	width: 600px !important;
}

