/*
 * Copyright(c) 2007-09, Fashions.Org - All Rights Reserved 
 * Redistribution, publication or deriative works of code and contents is expressively prohibited.
 *
 */
/* CSS specificly for designers/register.php */
#benefits
{
	width		: 770px!important;
	width		: 780px;
	height		: 200px!important;
	height		: 180px;
	margin-top  : 20px;
	margin-left : 20px;
	padding		: 5px;
	border		: 1px solid #444444;
	background	: cadetblue;
}

#newAccount
{
	width		: 760px!important;
	width		: 780px;
	height		: auto;
	margin-left	: 20px;
	border		: #333 solid 1px;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size	: 10pt;
	font-family	: verdana;
}

#passwordUpdate
{
	width		: 760px!important;
	width		: 780px;
	height		: 130px!important;
	height		: 105px;
	margin-left	: 20px;
	border		: 1px solid black;
	background-color: white;
	padding		: 10px;
	font-size	: 10pt;
	font-family	: verdana;
}

#notification
{
	width		: 760px!important;
	width		: 780px;
	height		: 60px;
	margin-left	: 20px;
	border		: 1px solid black;
	background-color: white;
	padding		: 10px;
	font-size	: 10pt;
	font-family	: verdana;
}

#note
{
	height		: 5px;
	font-size	: 7pt;
	clear		: both;
}

.col1
{
	width		: 235px;
	float		: left;
}

.col2
{
	margin-left	: 30px;
	float		: left;
}