body
{
	font-family: Arial, Helvetica, sans-serif;
}


.cont2
{
	background: #f1f1f1;
	border: 1px #ccc solid;
	border-radius: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
	width:740px;
}

.need-an-acc
{
	float: left;
	padding: 15px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.need-an-acc a
{
	color: #FFF;
	text-decoration: underline;
}
.need-an-acc a:hover
{
	text-decoration: none;
}


.img
{
	width: 100px;
	height: 70px;
	float: left;
	background: #FFF;
	font-size: 16px;
	color: #000;
	margin-left: 40px;
	margin-right: 30px;
}


.your-name
{
	width: 300px;
	float: left;
	font-size: 12px;
}

.first-name
{
	width: 150px;
	padding-right: 15px;
	text-align: right;
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
	padding-top: 5px;
}

.text-box
{
	width: 200px;
	height: 18px;
	border: 1px #ccc solid;
	font-size: 12px;
	color: #666;
	border-radius: 8px;
	padding-left: 5px;
}
.text-box2
{
	width: 250px;
	height: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px #ccc solid;
	font-size: 12px;
	color: #666;
	border-radius: 8px;
	padding-left: 5px;
}

.user-name
{
	color: #666;
	font-size: 14px;
}

.fome-main
{
	clear: both;
	margin-left: 20px;
}
.footer-img
{
	border-bottom-left-radius: 10px;
	clear: both;
	background: url(../../Images/footer-img.png) repeat;
	border-bottom-right-radius: 10px;
	height: 50px;
}
