/***********************************/
/********** FORM STYLES  ***********/
/***********************************/

.formNote { 
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none; 
}

.formText { 
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase; 
}

.formText strong { 
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase; 
}

.formText strong a { 
	color: #333366;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none; 
}

.formText strong a:hover { 
	color: #000033;
	text-decoration: underline;
}
	
.formTextBad { 
	color: #990000; 
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.formTextBad b { 
	color: #990000; 
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.formTextBad strong { 
	color: #990000; 
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

table.tableBlue td.formTextBad {
	color: #990000;
}

table.tableBlue th.formTextBad {
	color: #990000;
}

.button-continue{
	font-family: sans-serif;
	font-size: 13px;
	color: #ffffff;
	border:1px solid #333333;
	background-color: #1B82C8;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
}
.button-cancel{
	font-family: sans-serif;
	font-size: 13px;
	color: #666666;
	border:1px solid #333333;
	background-color: #CCCCCC;
	padding:5px;
	font-weight:bold;
	cursor:pointer;
}

