/* Typography */
/*body{
	color: #646565;
	font: 14px/140% FS Albert, Verdana, Arial, Sans-Serif;
	text-align: center;
}*/

a.helpGrey, a.help2{
	background: url('../img/helpIcon.png') top left no-repeat;
	display: block;
	height: 18px;
	overflow: hidden;
/* 	position: absolute; */
	text-indent: -9999px;
/*
	top: 3px;
	right: 200px;
*/
	float: left;
	margin-left: 5px;
	width: 18px;
}

/*.popupBox{
	display: inline;
	float: left;
	position: relative;
	width: 250px;
	text-align: left;
}

.popupBox2{
	display: inline;
	float: left;
	position: relative;
	width: 350px;
	text-align: left;
}*/


a.helpIcon img{
	margin-top: 5px;
}
.popupBox{
	background: url('../img/helpBgTop.png') top left no-repeat;
	display: none;
 	position: absolute; 
	right: 0;
	left:354px;
	top: -2px;
	width: 195px;
	z-index: 500;
}


.popupBox2{
	background: url('../img/helpBgTop2.png') top left no-repeat;
	display: none;
 	position: absolute; 
	right: 0;
	left:354px;
	top: -2px;
	width: 295px;
	z-index: 500;
}


.popupContainerDiv{
	background: url('../img/helpBgBottom.png') bottom left no-repeat;
	padding: 5px 10px 10px 25px;
}
.popupContainerDiv2{
	background: url('../img/helpBgBottom2.png') bottom left no-repeat;
	padding: 5px 10px 10px 25px;
}
.popupTitle{
	margin: 6px 7px 4px 19px;
	background: #e98300;
	color: #fff;
	padding: 2px 2px 2px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; /* Replace with jQuery Plugin */
}
.popupBox h2, .popupBox2 h2{
	font-size: 12px;
}
.popupControls{
	background: url('../img/helpClose.png') top right no-repeat;
	display: block;
	height: 13px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 9px;
	width: 13px;
}


.boldText {
	font-weight: bold;
}

p.inputPara input, p.inputPara select, p.inputPara a, p.inputPara img, p.inputPara span{
	float: left;
	margin: 0px 0 0 5px;
}
span.inputPara{
	float: left;
	margin: 2px 0 0 5px;
}