/************************************************************************

	Site:		Hedge Fund Manager // Registration Stylesheet
	
	Author:		Wide Area Communications // Viral Ganatra
	
	Created: 21-10-09
  	Last updated: 26-10-09
	

	Listing Order:
	==============

	1 - Common
	2 - Register/Edit Profile
	3 - Login
	4 - Thanks
	5 - Forgot
	6 - Report

************************************************************************/

/***********************************************************************
	1 - COMMON
************************************************************************/

#wrapper {
	margin:0;
	background:no-repeat bottom left;
	padding-bottom:15px;
}
.header-content {
	background:no-repeat top left;
	height:10px;
}
.content {
	border:solid #D8D8D8;
	border-width:0 1px;
	padding:0 15px 10px 15px;
	background:#fff;
}
.module {
	padding-bottom:5px;
}
a.submit {
	font-size:1.2em;
	background-position:8px 7px;
}

/***********************************************************************
	2 - REGISTER/EDIT PROFILE
************************************************************************/

.register #wrapper {
	width:750px;
	background-image:url(/images/bg-register.png);
}
.register .header-content {
	background-image:url(/images/bg-register.png);
}
.reg-col-left {
	float:left;
	width:400px;
}
.reg-col-right {
	float:right;
	width:300px;
}
.reg-col-right li {
	width:295px;
}
.reg-col-right li label {
	width:270px;
}
#conditional_fm .checkbox,
#conditional_sp .radio {
	padding-bottom:0;
}
.form .other {
	padding-top:0;
}
.reg-no-col {
	margin-bottom:20px;
}
.reg-no-col .checkbox {
	width:550px;
}
.reg-no-col .checkbox label {
	width:500px;
	cursor:pointer;
}


/***********************************************************************
	3 - LOGIN
***********************************************************************/

.login #wrapper {
	width:510px;
	background-image:url(/images/bg-share.png);
}
.login .header-content {
	background-image:url(/images/bg-share.png);
}
.login .content {
	height:290px;
	overflow:hidden;
}


/***********************************************************************
	4 - THANKS
***********************************************************************/

.thanks .module,
#got-pw {
	background:none;
}


/***********************************************************************
	5 - FORGOT
***********************************************************************/

.forgot button,
.report button {
	margin-top:20px;
}


/***********************************************************************
	6 - REPORT
***********************************************************************/

.report .content {
	height:425px;
}
.report-reason {
	float:none;
	margin-bottom:5px;
}
textarea {
	border:1px solid #7e9db9;
	padding:5px;
	font:1.2em "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	width:345px;
	height:80px;
}