a.button {
	display: block;
	border: 1px solid #000000;
	height: 16px;
	width: 150px;
	text-align: center;	
	background: #666666;
	color: #ffffff;
	padding-bottom: 4px;
}

a.button:hover {
	background: #888888;
}

div.errorMsg {
	white-space: nowrap;
	width: 70%;
	border: 3px solid #ff0000;
	padding: 10px;
	text-align: center;
	background: #ffffff url("../images/warning.png") 6px center no-repeat;
	padding-left: 60px;
}

div.questionMsg {
	width: 70%;
	border: 3px solid #FFAA00;
	padding: 10px;
	text-align: center;
	background: #ffffff url("../images/question.png") 6px center no-repeat;
	padding-left: 60px;
}

div.okayMsg {
	width: 70%;
	border: 3px solid #009900;
	padding: 10px;
	text-align: center;
	background: #ffffff url("../images/accepted.png") 6px center no-repeat;
	padding-left: 60px;
}

div.msgPlaceholder {
	height: 28px;
	width: 1px;
	display: inline-block;
}

div.msgText {
	white-space: normal;
	width: 90%;
	display: inline-block;
	font-size: 13px;
}

/* Override form css */
div.frmTitles {
	width: 250px !important;
	text-align: right !important;
	padding-right: 5px !important;
}

div.frm2ndCol {
	width: 225px !important;
	text-align: left !important;
}

div.frmError {
	color: #ff0000;
	font-size: 12px;
	margin-left: 3px;
	float: right;
}
table.tempTable1-table { 
	background-color: #fff;
	border: 1px solid #000; 
}
table.tempTable1-table tr, table.tempTable1-table td {
	border: 0;
}
table.tempTable1-table td.tempTable1-headCell {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
table.tempTable1-table td.tempTable1-row1Cell {
	font-size: 12px;
	color: #000;
}
table.tempTable1-table td.tempTable1-row2Cell {
	font-size: 12px;
	color: #000;
}
