body {
    font-size: 11px;
}
label,button,input {
	font-size: 11px;
}

textarea  , input.textInput {
	background-color: #fff;
	border: solid 1px #C0CDDE;
	font-size: 11px;
	font-family: arial;
}

select {
	font-size: 11px;
}

checkbox {
	border: none;
}

.checkboxLabel {
	font-size: 10px;
	line-height: 20px;
}

.tip {
	font-size: 10px;
	font-style: italic;
	font-family: verdana;
}

.section {
	font-size: 15px;
}

span {
	/*font-size: 11px;*/
}

hr {
	height: 1px;
	background-color: #98CCFE;
	border: none;
}

hr.greyHR {
	height: 1px;
	background-color: #DBDDD5;
	border: none;
}

/*Button*/
.buttonSubmit,.buttonSubmithover,.buttonSubmit150,.buttonSubmit150hover,.buttonSubmit50,.buttonSubmit50hover,.buttonSubmitdisabled,.buttonSubmit150disabled,.buttonSubmit150x40,.buttonSubmit150x40hover,.buttonSubmitBlue,.buttonSubmitBluehover,.buttonSubmitBluedisabled
	{
	width: 69px;
	height: 26px;
	color: #3F444C;
	font-weight: normal;
	padding: 2px 5px;
	margin: 0px;
	background: url(/html/static/images/buttons/button.gif) left top;
	background-repeat: no-repeat;
	border: none;
}

/* set cursor styles */
.buttonSubmit,.buttonSubmithover,.buttonSubmit150,.buttonSubmit150hover,.buttonSubmit50,.buttonSubmit50hover,.buttonSubmit150x40,.buttonSubmit150x40hover,.buttonSubmitBlue,.buttonSubmitBluehover
	{
	cursor: pointer;
}

/** set special widths **/
.buttonSubmit150,.buttonSubmit150disabled,.buttonSubmit150hover {
	width: 155px;
	background: url(/html/static/images/buttons/button_150.gif) no-repeat
		left top;
	font-size: 10px;
}

.buttonSubmit50,.buttonSubmit50disabled,.buttonSubmit50hover {
	width: 46px;
	background: url(/html/static/images/buttons/button_50.gif) no-repeat
		left top;
}

.buttonSubmit150x40,buttonSubmit150x40disabled
.buttonSubmit150x40hover {
	width: 150px;
	height: 40px;
	background: url(/html/static/images/buttons/button_150x40.gif) no-repeat
		left top;
}

.buttonSubmitBlue,.buttonSubmitBluehover,.buttonSubmitBluedisabled {
	width: 69px;
	height: 26px;
	background: url(/html/static/images/buttons/button_blue.gif) no-repeat
		left top;
}

.buttonSubmitBlue,.buttonSubmitBluehover {
	color: #203C5D;
}

/** hover here **/
.buttonSubmit50hover,.buttonSubmit150hover,.buttonSubmithover,.buttonSubmit150x40hover,.buttonSubmitBlue
	{
	background-position: left bottom;
}

.buttonSubmitdisabled,.buttonSubmit150disabled,.buttonSubmit50disabled {
	color: #B6C2D3;
}

.buttonSubmitBluedisabled {
	color: #999999;
	background: url(/html/static/images/buttons/button.gif) no-repeat left
		top;
}

div.debugDiv {
	position: absolute;
	left: 800px;
	top: 0px;
	width: 200px;
	height: 600px;
	border: solid 1px #230011;
}

span.stepLabel,span.stepName,span.stepLabel span {
	font-size: 12pt;
}

span.stepLabel,span.stepLabel span {
	color: #7FCBEF;
}

.shinny
label {
		float: left;
	}

dl {
	padding: 4px 0;
}

dt {
	float: left;
	width: 40%;
	text-align: left;
	display: block;
}

dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

form dt {
	width: 15em;
	border-right-width: 0;
}

form dd {
	margin-left: 16em;
	border-left-width: 0;
}
