div.firstActivateForm {
	background: transparent url('../images/bg-curl.jpg') right top no-repeat;
}
div.firstActivateForm h1{
	font-size: 18px;
	text-align: center;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
	color: blue;
}
div.firstActivateForm fieldset{
	background-color: #CBCBCB;
}
div.firstActivateForm fieldset legend{
	font-weight: bold;
}	
input{
	background-color: white;
}
div.closeBar {
	height: 20px;
	border-bottom: 1px solid black;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}