﻿#Join
{
	clear: both;
	width: 970px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#Join .roundedPanel
{
	background-color: white;
}


#Join .roundedPanel #Content
{
	padding: 15px;
	overflow:hidden;
}

#Join #Content #LeftCol
{
	border: solid 0px red;
	width: 465px;
	float: left;
}

#Join #Content #RightCol
{
	border: solid 0px green;
	width: 465px;
	float: right;
}



.RegistrationTable .Message
{
	background-color: White;
}

.RegistrationTable
{
	margin: 10px 0 20px 0;
	border-collapse: collapse;
	width: 100%;
}

.RegistrationTable td
{
	padding: 8px 8px 8px 8px;
	font-weight: bold;
	font-size: 0.8em;
}

.RegistrationTable .Header
{
	color: #999;
	font-weight:normal;
	font-size: 1.5em;
}

.RegistrationTable .Title
{
	font-weight: bold;
	}

.RegistrationTable .Input
{
	white-space: nowrap;
}

.RegistrationTable .Input textarea, .RegistrationTable .Input input
{
	height: 20px;
}

.RegistrationTable .Input input, .RegistrationTable .Input textarea
{
	border: #8b8b8b 1px solid;
	font-weight: normal;
	width: 200px;
}

.RegistrationTable .Input input, .RegistrationTable .Input textarea, .DropDownList
{
	font-family: "trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


.JoinTable
{
	margin-top: 20px;
	font-size: 1.3em;
	font-family: "trebuchet MS" , Verdana;
	color:#999;
}

.JoinTable .highlight
{
	color: #035B8E;
}

.JoinTable td
{
	padding: 5px;
	vertical-align: middle;
}

.ajax__validatorcallout div, .ajax__validatorcallout td
{
	padding: 0px;
	font-weight:normal;
}

.ajax__validatorcallout .ajax__validatorcallout_callout_arrow_cell
{
	/*Affects the offset of the top of the arrow*/
	padding: 8px 0px 0px 0px;
}

.ajax__validatorcallout .ajax__validatorcallout_error_message_cell
{
	/*Affects the cell containing the error message*/
	padding: 5px;
}

.ajax__validatorcallout .ajax__validatorcallout_icon_cell
{
	/*Affects the space around the icon*/
	width: 30px;
	padding: 5px;
}

.ajax__validatorcallout .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
	width: 10px;
	padding: 5px;
}

