#frmUserInfo
{
    width:100%;
	margin:10px;
}
.partitle
{
	color:rgb(204,000,000);
	font-weight:bold;
}
.partitle2
{
	color:rgb(204,000,000);
	font-weight:bold;
	font-size:18px;
}
#btnSubmitForm
{
	background: none;
	background-color:rgb(204,000,000);
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}
#aMoreCountries
{
	color:rgb(204,000,000);
	cursor:pointer;
	font-size:10px;
}
hr
{
	height:2px;
	color:rgb(179,179,179);
	background-color:rgb(179,179,179);
	border:none;
}
.errorMsg
{
	color: #CC0000;	
}
