.container2
{
	margin: 10px auto;
	width: 600px;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px ;
	border: 1px solid #bcbbdc;
}
.container2 div 
{
	background-color: #ededed;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px ;	
}
.title  
{
  margin: 0px !important;
  padding: 5px !important;
  background-color: #ededed !important;  
}
.desc, .descSupport
{
  margin: 0px !important;
  padding: 10px !important;
  background-color: #ffffff !important;
}
.descSupport
{
  border: 2px dashed #c3c3c3;
  border-radius: 5px;
}
#registerError
{
  display: none;
}