#FormElementsArea_large {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*width: 320px;*/
}

.ErrorMessage_reg {
	color: #e3160b;
	background-color: #ffe3e3;
	background-image: url(../images/errordiv_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
}

#StatisticsLabelBold {
	background-color: #f2f2f2;
	padding: 4px;
	float: left;
	width: 162px;
	margin-bottom: 1px;
	margin-right: 1px;
	font-weight: bold;
	font-size: 13px;
}

#MarketStatisticsLabel {
	background-color: #f2f2f2;
	padding: 4px;
	float: left;
	width: 162px;
	margin-bottom: 1px;
	margin-right: 1px;
}

#BlackBox {
	background-color: #000;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.msg_done {
border: 1px solid #D6D6D6;
background: #FFFCCF;
color: #505050;
padding: 10px;
margin: 10px 0 10px 0;
font-size: 12px;

}

.msg_error {
border: 1px solid #f0081c;
background: #FFFCCF;
color: #666;
padding: 10px;
margin: 10px 0 10px 0;
font-size: 12px;

}



/* close button positioned on upper right corner */
#facebox {
	 width:305px;
	 position:fixed !important;
	 position:absolute;
	}
#facebox .close {
	/*background-image:url(../images/apple-close.png);*/
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:28px;
	width:28px;
}

