﻿/* -- Alphabetical to avoid inheritance problems -- */

/* indent from left of outerregion */
.userTypeLabel, .label, .textField, .forgotPasswordButton
{
	margin-left: 60px;
}

/* - spacing between items */
.rbUserType, .textField
{
	margin-bottom: 5px;
}

.label, .textField
{
	margin-right: 30px;
	width:250px;
}

.label, .reviewTitle
{
	font-size: larger;
}

.logo
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	width: 50px;
	height: 50px;
	background-image: url(../res/images/medio_50x50.gif);
	background-repeat: no-repeat;
}

.outerRegion
{
	width: 300px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	border: black 1px solid;
}

/* -- The "*" that indicates field is required */
.required
{
	font-weight:bold;
	font-size:14px;
	color:#ff0000	
}

.submitButton
{
    font-size: larger;
}

.submitRegion
{
	
	padding-left: 60px;
	padding-top: 10px;
	background-image: url(../res/images/signreg_grad.bmp);
	background-repeat: repeat-x;
	height: 85px;
}

.textField, .loginButton
{
	margin-bottom: 20px;
	font-size: larger;
}

.loginButton
{
	width:150px;
	font-weight:bold;
}

.title
{
	position: relative;
	left: 20px;
	top: -10px;
	background: White;
	padding-left: 10px;
	padding-right: 10px;
}

.userTypeLabel
{
	position:relative;
	top: 5px;
}

.reviewTitle
{
}