body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.gatewayContent {

}

.welcomeCell {
	width: 65%;
	vertical-align: top;
}

.welcomeContent {
	background: White url(images/loginWelcome_bg.gif) repeat-x top;
	padding-left: 70px;
}
.welcomeContent h1 {
	font-size: 21px;
	font-weight: normal;
	color: #000000;
}
.welcomeContent p {
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}

.loginContent {
	background: White url(images/loginWelcome_bg.gif) repeat-x top;
	border-bottom: 1px dashed #eeeeee;
	padding-left: 10px;
	vertical-align: top;
	height: 320px;
}
.loginContent h1 {
	font-size: 21px;
	font-weight: normal;
	color: #000000;
}
.loginContent p {
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
}

.loginContent h2 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666666;
}
.myInput {
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
	width: 60%;
	border: 1px solid #999999;
	background-color: White;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.assistance {
	background-color: White;
	vertical-align: top;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.assistance h1 {
	font-size: 0.95em;
	font-weight: bold;
	color: #333333;
}
.assistance p {
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
}
.assistance #spacer {
	height: 50px;
}

#mySakaiFooter {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #7681BF;
	margin-top: 3px;
	padding-top: 5px;
	text-align: center;
}
.error {
	font: 9px;
	font-weight: bold;
	color: Red;
}
a, a:link {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#subContent {
	background-color: #E6E6E6;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	color: #666666;
	padding-top: 10px;
}

#subContent #heading {
	font-size: 22px;
	text-align: center;
}

#subContent #spacer {
	width: 30%;
}

#subContent #reasons {
	width: 60%;
	float: right;
}
#subContent ul {
	position: relative;
	top: -10px;
}
#subContent ul li {
	font-size: 0.8em;
}
#registered {
	font-size: 0.7em;
}

#boldText {
	font-size: 0.95em;
	font-weight: bold;
	color: #333333;
}

#boldLi {
	font-size: 0.70em;
	font-weight: bold;
	color: #333333;
}