/*****************************************************/
/* formscss                                          */
/* defines styles used by forms                      */
/* first used with afirstlook.com                    */
/*****************************************************/


#login legend {
	font-style:italic;
	font-weight:bold;
	color:#990000;
	}
#login fieldset {
	margin:0 15px 0 15px;
	padding:8px 0 8px 0;
	}
#login label {
	position:absolute;
	text-align:right;
	width:170px;
	margin-top:0.2em;
	}
#login input {
	margin-left:175px;
	margin-bottom:5px;
	}
#register legend {
	font-style:italic;
	font-weight:bold;
	color:#996600;
	}
#register fieldset {
	margin:0 15px 0 15px;
	padding:8px 0 8px 0;
	}
#register label {
	position:absolute;
	text-align:right;
	width:170px;
	margin-top:0.2em;
	}
#register input {
	margin-left:175px;
	margin-bottom:5px;
	}
.registerSubmit {
	position:relative;
	left: -150px;
	top: 0px;
	}
#QOMresponse label {
	float:left;
	text-align:right;
	width:75px;
	margin-top:0.2em;
	}
#QOMresponse input {
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	}
#QOMresponse textarea {
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	}
#QOMresponse span {
	margin-top:3px;
	}
	
#BPresponse label {
	float:left;
	text-align:right;
	width:85px;
	margin-top:0.2em;
	}
#BPresponse input {
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	}
#BPresponse textarea {
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	}
#BPresponse span {
	margin-top:3px;
	}
	
.member {
	vertical-align:middle;
	}

.tableHeaderLeft {
	background-color:#009;
	color:#FFF;
	text-align:center;
	padding:6px;
	}
.tableHeader {
	background-color:#009;
	color:#FFF;
	text-align:center;
	border-left:1px solid #66E;
	padding:6px;
	}

.tableDataLeftOdd {
	background-image:url(../system/white-30percent.png);
	border-bottom:1px solid #AAC;
	padding:4px 4px 4px 8px;
	text-align:left;
	}
.tableDataLeftEven {
	background-image:url(../system/blue-5percent.png);
	border-bottom:1px solid #AAC;
	padding:4px 4px 4px 8px;
	text-align:left;
	}	
.tableDataOdd {
	background-image:url(../system/white-30percent.png);
	border-style:solid;
	border-color:#AAC;
	border-width:0 0 1px 1px;
	padding:4px 4px 4px 8px;
	text-align:left;
	}
.tableDataEven {
	background-image:url(../system/blue-5percent.png);
	border-style:solid;
	border-color:#AAC;
	border-width:0 0 1px 1px;
	padding:4px 4px 4px 8px;
	text-align:left;
	}
	
