/* Style for Login Form in My StepStone section */

body {
	 font-family: verdana, sans-serif;
	 background-color: white;
	 margin: 0 0 0 10px;
}

#main {
	position: relative;
	width: 620px;
	margin: 0;
	border: 1px solid #fff;
	min-height: 100%;
}

#content {
	position: relative;
	margin-right: 185px;
	_margin-right: 210px;
	font-size: 11px;
	width: 445px;
	_height: 100%;
	min-height: 100%;
}

#rightcolumn {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	border-left: 1px solid #0c2577;
	padding-left: 15px;
	_height: 100%;
	min-height: 100%;
}

.infobox {
	position: relative;
	padding: 4px;
	background-color: #efefef;
}

.box {
	position: relative;
	margin: 4px;
	background-color: #fff;
	font-size: 11px;
}

.messagebox {
	position: relative;
	padding: 4px;
	background-color: #efefef;
	border: 1px solid #000;
}

.productbox {
	position: relative;
	width: 96%;
	border: 1px solid #ff8700;
	padding: 6px;
	margin: 0;
}

.contentblock {
	position: relative;
	font-size: 11px;
	width: 100%;
}

.rightcolumnblock {
	position: relative;
	background-color: #efefef;
	margin: 2px 2px 0 2px;
	padding: 2px 2px 0 2px;
	font-size: 11px;
	width: 100%;
}

/* Design */

.form-text {
	font: normal 11px Verdana, Arial, Helvetica;
	color: #000;
	background-color: #fff;
}

/* Generic */
img {
	border-width:0;
}

/* StepStone Neu fixes */
#content h4 {
	margin-top: 0;
}
