/* CSS file for login go pages */

body, html {
	background:#ffffff;
	font-size:12px;
	width:100%;
}
a {
	color:#4690d5;
}
a:hover {
	color:#4690d5;
}
.onePageLoginMessage {
	color:#222222;
	border:1px solid #FFE500;
	padding:3px;
	background-color:#FFF7AF;
	margin:0px 0 10px 0;
	text-align:center;
	font-weight:bold;
}

/*
 * Tabs.
 */
.oplTabsContainer {
	margin-top:15px;
}
.oplTabs {
	list-style:none;
	padding:0;
	margin:0;
}
.oplTabs li {
	display:inline;
}
.oplTab {
	text-decoration:none;
	padding:3px 6px;
	position:relative;
	top:-3px;
	background:#eeeeee;
	border:1px solid #dddddd;
	border-bottom:0;
	font-weight:bold;
	color:#888888;
}
.oplTab:hover {
	text-decoration:none;
	color:#888888;
}
.oplTabSelected {
	cursor:auto;
	z-index:100;
	border:1px solid #dddddd;
	border-bottom:0;
	background:#ffffff;
	padding:5px 6px;
	top:-4px;
	color:#666666;
}
.oplTabSelected:hover {
	color:#666666;
}

/*
 * Content.
 */
.oplContent {
	border:1px solid #dddddd;
	padding:10px;
}
.oplContentFormField {
	margin-bottom:9px;
}
.oplContentFormFieldText {
	color:#555555;
	margin-bottom:2px;
}
.oplContentFormFieldValue input {
	background:url(/resources/images/inputFormBG.gif) top left #FFF;
	border:1px solid #9eb6d8;
	padding:3px;
	width:70%;;
}
.oplContentFormFieldSubmit {
	margin:12px 0;
}
.oplNoAccount {
	color:#555555;
	font-size:90%;
}
.oplEnterEmail {
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:15px 0;
}
.oplEmailContainer {
	text-align:center;
}
.oplEmailContinue {
	text-align:center;
	margin-top:25px;
}
.oplsuccessMessage {
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin:15px 0;
	color:#555555;
}
#oplContent_facebook, .oplContent_myspace {
	text-align:center;
}
.oplContent_facebook_help, .oplContent_myspace_help {
	color:#555555;
	margin-bottom:15px;
}
.oplContent_tos {
	color:#555555;
	margin-top:15px;
	font-size:90%;
}
.oplContent_NotSetup {
	color:#555555;
	margin:15px 0;
	text-align:center;
}