/* CSS Document */
.LoginSection
{
	padding: 10px;
	background-color: #ECE5D9;
	width: 520px;
}

.FormTitle
{
	font-weight: bold;
	padding: 5px;
	float: left;
	width: 100px;
	color: #1371C8;
	line-height: 25px;
	background-color: #ECE5D9;
}

.FormField
{
	float: left;
	padding: 5px;
	background-color: #ECE5D9;
}
.RegisterSection
{
	padding: 10px;
	background-color: #F3F1E9;
	width: 520px;
}
.BlueButton_Big
{
	background-image:url(/images/btnBlue_Big.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width: 200px;
	height: 21px;
	text-align: left;
}
.ButtonLink
{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 19px;
	padding-left: 10px;
}
.GreyButton_Big
{
	background-image:url(/images/btnGrey_Big.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width: 200px;
	height: 21px;
	text-align: left;
}
.ErrorText
{
	color: Red;
}
.RegSection
{
	width: 530px;
	padding-bottom:30px;
}
.RegisterFormHeader
{

	background-color: #ECE5D9;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
width:520px;

}

.RegisterFormHeaderSpacer
{
	background-color: #ECE5D9;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
margin-bottom: 4px;
width:520px;
}
.RegFormTitle
{
	font-weight: bold;
	padding:5px 5px 5px 10px;	
	float: left;
	width: 300px;
	color: #1371C8;
	line-height: 26px;
	height: 26px;
	background-color: #F3F1E9;
	display: table;
}
.RegFormField
{
	float: left;
	padding:5px 5px 5px 10px;
	background-color: #F3F1E9;
	width: 200px;
	height: 26px;
}
.LightGreyButton_Big
{
	background-image:url(/images/btnLightGrey_Big.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width: 200px;
	height: 21px;
	text-align: right;
}
.pets table {width:100%; border-collapse:collapse; background-color:#F3F1E9; margin-bottom:10px;}
.pets td { border: 3px solid #ffffff; padding:6px 10px 3px 10px;}
.pets td input[type='text'], .profile td input[type='password'] {border: 1px solid #A5ACB2; height:18px;}
.pets th { padding: 6px 5px 3px 5px; text-align:center; border: 3px solid #ffffff; vertical-align:top; }

