/***************************************************************/
/* referral (invite friends)	 */
/***************************************************************/


#static_main {
	position: relative;
	float: left;
	width: 928px;
	padding: 15px;
	font-size: .75em;
}
#static_main h1, #static_left h1 {
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#static_main h2, #static_left h2 {
	color: #333;
	font-size: 16px;
	margin: 10px 0px;
}
#static_main p {
	margin: 0px 0px 10px 0px;
	color: #666;
}
#static_main p.header, #static_left p.header {
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}
#static_main textarea {
	width: 350px;
	height: 125px;
	font-family: inherit;
	margin-bottom: 10px;
	font-size: 1em; /*12 px*/
}

#static_left {
	padding: 0px;
	width: 530px;
	float: left;
	margin: 10px 20px 10px 0px;
	border-right: 1px dotted #ccc;
}
#static_left h1 {
	font-size: 18px;
}
#static_left p {
	margin: 0px;
	color: #000;
	
}


#static_right {
	margin-top: 10px;
	width: 370px;
	float: left;
}
#static_right ul {
	margin-bottom: 30px;
}
#static_right li {
	margin-bottom: 10px;
	position: relative;
}
#static_right label {
	width: 80px;
	float: left;
	margin-top: 5px;
}
#static_right input {
	width: 200px;
}

#static_right .input_note {
	font-size: 11px;
	font-style: italics;	
	position: absolute;
	top: 25px;
	left: 80px;
	}

.error_text {	
	font-size: 12px;
	margin-bottom: 20px;
	color: red;
	font-weight: bold;
	display: none;
}

#friends_header {
	font-weight: bold;
}

#friends .cell_large {
	float: left;
	width: 200px;
	margin-right: 20px;
}
#friends .cell_small {
	float: left;
	width: 130px;
	margin-right: 20px;
}
.friend_detail {
	margin-bottom: 10px;
}

.friend_detail input.friend_email{
	width: 200px;
}
.friend_detail input.friend_name{
	width: 130px;
}
#emails{
	display: none; 
}
#emails span {
	font-weight: bold;
}
#emails textarea {
	width: 500px;
}
#emails a {
	display: block;
}