.reg_div
{
    width: 100%;
    height: auto;
    float: left;
}

#reg_table
{
    width: 590px;
    height: auto;
    border: solid 0px #000000;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.required_field
{
    width: 5px;
    height: auto;
    background-color: #7B2A8B;
}

.reg_header
{
    font-weight: bold;
}

.reg_textbox
{
    width: 95%;
    height: 18px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

.reg_textbox_multiline
{
    width: 95%;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

.reg_drop_down
{
    width: 95%;
    height: 20px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;	
}

.ads_ddl
{
    float: left;
    margin: 0px;
    *margin: 0px;
    _margin: 1px 0px 0px 0px;
    width: 60px;
}

/* PHOTOS UPLOAD */

.AdditionalInputs
{
    width: 100%;
    height: auto;
}

.TextField
{
    border: solid 0px #fff;
    height: 18px;
    width: 100%;
}

.TextFieldLarge
{
    border: solid 0px #fff;
    height: 38px;
    width: 100%;
}

.radiobuttonContainer
{
    width: 100%;
    height: auto;
    float: left;
}

.reg_header
{
    margin: -20px 0px 0px 0px;
}

#user_header_panel_forgot {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 110px;
	width: 400px;
	background-image: url(../images/user_header_panel.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* VIEW MEMBERS PAGE */

#search_holder_users {
	height: 25px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

/* INBOX */

#unread_thread
{
    width: auto;
    height: auto;
    padding: 2px;
    background-color: #e2e2e2;
    color: #666;
    text-indent: 5px;
}

#unread_message
{
    width: auto;
    height: auto;
    padding: 2px;
    background-color: #7b2a8b;
    text-indent: 5px;
}
