@charset "utf-8";



/* wrappers */

.thrive_privateZoneLogin {
	font: small/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 500px;
}
.thrive_privateZoneLogin .loginForm {}
.thrive_privateZoneLogin .passwordForm {}



/* messages */

.thrive_privateZoneLogin H3,
.thrive_privateZoneLogin H3 {
	font-size : medium;
	margin : 20px 0;
	color : #333333;
}
.thrive_privateZoneLogin .passwordSentNote {
	border : 1px solid #666666;
	background-color : #ffffdd;
	padding : 6px;
	margin-bottom : 10px;
	font-size : x-small;	
	font-weight : normal;
}
.thrive_privateZoneLogin .errors {
	border : 1px solid #666666;
	background-color : #ffdddd;
	margin-bottom : 10px;
	font-size : x-small;	
	font-weight : normal;
}
.thrive_privateZoneLogin .prompt {
	margin-bottom : 10px;
	font-size : x-small;	
}
.thrive_privateZoneLogin .hint,
.thrive_privateZoneLogin .hint A {
	font-size : xx-small;
	color : #666666;
}



/* form fields */
	
.thrive_privateZoneLogin TABLE {
	border : 1px solid black;
	background-color : white;
	width : 100%;
}
.thrive_privateZoneLogin TH {
	background-color : #eeeeee;
	text-align : left;
	border-right : 1px solid #808080;
	padding : 10px;
	border-bottom : 1px solid #808080;
	font-size : x-small;
	color : #666666;
	width : 33%;
}
.thrive_privateZoneLogin TD {
	padding : 10px;
	border-bottom : 1px solid #808080;
	font-size : x-small;
}
.thrive_privateZoneLogin TBODY TD INPUT {
	width : 100%;
}



/* buttons */
.thrive_privateZoneLogin TFOOT TD {
	padding : 2px;
	vertical-align : middle;
}	
.thrive_privateZoneLogin TFOOT TD INPUT {
	margin : 4px;
}
.thrive_privateZoneLogin .submitButtonWrapper {
	float : right;
	background-color : #9999ff;
}



