<!--

#thispage-dir-container {
	margin-left:7px;
	padding-left:7px;
	float:right;
}

#thispage-dir-block {
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom:14px;
	color:#666666;
}

#thispage-dir-block b {
	color:#000000;
}

/* FORM SUCCESS */
/* --------------------------------------------- */

.thispage-succes-message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom:1px solid #009966;
	background-color:#E7F8E7;
	width:290px;
	padding:5px;
}

/* FORM TABLE */
/* --------------------------------------------- */

#thispage-form {
	padding:0px;
	margin:0px;
	width:310px;
	border-right:1px solid #CCCCCC;
}

#thispage-form form {
	padding:0px;
	margin:0px;
}

#thispage-form-table {
	width:300px;
	font-size:11px;
}

#thispage-form-table td {
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

#thispage-form-table td.tdheader {
	font-size:12px;
	font-weight:bold;
	background-color:#F7F7F7;
}

#thispage-form-table td.tdtext {
	line-height:14px;
}

#thispage-form-table td.tdleft {
}

#thispage-form-table td.tdright {
	text-align:right;
}

#thispage-form-table input {
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;	
	border-top:1px solid #999999;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #999999;
	border-right:1px solid #CCCCCC;			
	width:170px;	
	background-color:#F9F9F9;
}

#thispage-form-table input.aspnet-invalid, #thispage-form-table textarea.aspnet-invalid, #thispage-form-table select.aspnet-invalid {
	border-color:#FF0000;
}

#thispage-form-table select {
	font-size:11px;	
	width:180px;	
	background-color:#F9F9F9;
}

#thispage-form-table textarea {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	border-top:1px solid #999999;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #999999;
	border-right:1px solid #CCCCCC;			
	width:97%;	
	background-color:#F9F9F9;
}

#thispage-form-table input.submit-button {
	font:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;	
	border-top:1px solid #003399;
	border-bottom:1px solid #003399;
	border-left:1px solid #003399;
	border-right:1px solid #003399;			
	width:auto;
	background-color:#4C70B7;
	background-image:url(/site/img/common/form-button-bg-blue.jpg);
	background-repeat:repeat-x;
}

-->