.login_title {
	height: 60px;
	margin: 0px 0px 5px 0px;
}

.login_title h1 {
	font-family: "Arial Black";
	font-size: 24px;
	color: #333;
	line-height: 50px;
}

.login_second_title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.join_now {
	background: url("../images/join_now_bg.gif") no-repeat;
	color: #FFF;
	height: 56px;
	text-align: center;
	font-family: "Arial Black";
	font-size: 12px;
	line-height: 130%;
	padding: 10px 0px 0px 0px;
}

.join_now a {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}

.join_now a:hover {
	font-size: 20px;
	color: #FFF;
	text-decoration: underline;
}

.page_box {
	background: url("../images/page_box_bg.gif") repeat-y top left;
	width:100%;
}

.page_box_bg {
	background: url("../images/page_box_gradient_bg.gif") repeat-x bottom;
	padding: 10px;
	margin: 0px 1px;
}

.small_page_box_bg {
	background: url("../images/small_page_box_gradient_bg.gif") repeat-x bottom;
	padding: 0px;
	margin: 0px 1px;
}

.page_box_top {
	background: #FFFFFF url("../images/page_box_top.gif") no-repeat;
	width: 100%;
	height: 6px;
}

.page_box_bottom {
	background: #FFFFFF url("../images/page_box_bottom.gif") no-repeat;
	width: 100%;
	height: 6px;
	padding: 0px 0px 10px 0px;
}

.right_page_box {
	background: url("../images/right_page_box_bg.gif") repeat-y top left;
	width:100%;
}

.right_page_box_bg {
	background: url("../images/right_page_box_gradient_bg.gif") repeat-x bottom;
	padding: 0px 10px;
	margin: 0px 1px;
}

.right_page_box_top {
	background: #FFFFFF url("../images/right_page_box_top.gif") no-repeat;
	width: 100%;
	height: 6px;
}

.right_page_box_bottom {
	background: #FFFFFF url("../images/right_page_box_bottom.gif") no-repeat;
	width: 100%;
	height: 6px;
	padding: 0px 0px 10px 0px;
}

.error_message {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

.error_message img {
	float: left;
	padding: 0px 5px;
}

.message_fail {
	color: #FF3300;
}

.fail_message {
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

.message_pass {
	color: #669900;
}

.pass_message {
	font-size: 12px;
	font-weight: bold;
	color: #669900;
}

.form_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.error_form_title {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #FF3300;
}

.form_text {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

.form_row {
	width: 100%;
	padding: 2px;
	/* padding: 2px 2px 5px 2px ; */
	font-size: 14px;
}

.login_button {
	width: 100%;
	padding: 10px 2px 10px 2px ;
	font-size: 14px;
}

.form_row .inner_row {
	float: left;
}

.form_row a {
	color: #FF6600;
	text-decoration: none;
}

.form_row a:hover {
	color: #FF6600;
	text-decoration: underline;
}

.login_input_text {
	border: 1px solid #666;
	height: 24px;
	background: #FFFFFF url("../images/input_text_bg.gif") no-repeat;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 0px 10px;
}

.login_input_select {
	border: 1px solid #666;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

.login_input_password {
	border: 1px solid #666;
	height: 24px;
	background: #FFFFFF url("../images/input_text_bg.gif") no-repeat;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 0px 10px;
}

.newletterBodyText p {
	font-family: Arial;
	font-size: 12px;
	line-height:150%;
	margin:5px 0 10px 0;
}

.row_break {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #000000;
	margin: -1px 0px 0px 0;
}

.form_red_text {
	color: #FF3300;
}

.newletterBodyText a {
	color: #FF6600;
	text-decoration: none;
}

.newletterBodyText a:hover {
	color: #FF6600;
	text-decoration: underline;
}


.right_input_text{
	border: 1px solid #666;
	height: 24px;
	background: #FFFFFF url("../images/input_text_bg.gif") no-repeat;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 0px 10px;
}

#search_friends_keyw {
    width: 210px;
}
