/* @override http://dev.hankos.net/A556E9/contact.nsf/template.css */

/* @override http://dev.hankos.net/A556E9/contact.nsf/template.css */

/* @override http://dev.hankos.net/A556E9/contact.nsf/template.css */

html, body {
	background: #2f2f2f;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

html, body, td {
	font: normal 12px/180% Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

h1 {
	font-size: 24px; 
	line-height: 24px;
	font-weight: bold;
	color: #FFBB00;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

h2 {
	font-size:18px;
	font-weight: bold; 
	color: #dddddd; 
	line-height: 18px;
	text-decoration: underline;
}

h3{
	margin-bottom: 5px;
	color: #dddddd;
	font-size: 135%;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	margin-top: 0;
}

div#confirmation {
	text-align: justify;
}





.close, 
#submit {
	width: 32px;
	height: 32px;
	float: right;
	padding: 0;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	cursor:pointer;
}



.close {
	background: url('templates/images/buttons/cancel.png') no-repeat 0 top;
	margin-right: 10px;
}



.close:hover {
	background: url('templates/images/buttons/cancel.png') no-repeat 0 bottom;
}

#submit {
	background: url('templates/images/buttons/send.png') no-repeat 0 top;
	border-style: none;
	position: absolute;
	top: 310px;
	left: 360px;
}

#submit:hover {
	background: url('templates/images/buttons/send.png') no-repeat 0 bottom;
}

table {
	/*background-color: #777;
	border: 1px solid #eee;*/
	width: 400px;
}

td {
	line-height: 20px;
	height: 28px;
	font-size:11px; 
	text-align: left;
	margin: 0px;
	padding: 0px;
}

td.FormLabel {
	font-weight:bold; 
	color:#aaaaaa;
	padding-right: 10px;
}

td.FormLabelMessage {
	font-weight:bold; 
	color:#aaaaaa;
	margin: 0;
}

td input {
	height: 21px; 
	background: url('templates/images/niceforms/input.png') repeat-x 0 -1px; 
	line-height:16px;
	color: #cccccc;
	padding: 3px;
	border: 1px solid #cccccc;
	width: 100%;
}

td input:focus {
	color: #FFBB00;
	border: 1px solid #FFBB00;
}

td textarea {
	background: url('templates/images/niceforms/textarea-r-off.png') repeat 0 0; 
	padding: 3px; 
	color: #cccccc;
	border: 1px solid #cccccc;
	line-height: 160%;
	height: 110px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

td textarea:focus {
	color: #FFBB00;
	border: 1px solid #FFBB00;
}

#languagesSpoken {
	float: left;
	font-size: 10px;
	font-weight: bold;
	width: 360px;
	text-align: left;
}


#languagesSpoken img {
	font-size: 10px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: text-top;
}

#noaccess {
	background: url(noaccess_bg.jpg) no-repeat center center;
	width: 100%;
	height: 100%;
}

#noaccess table{
	height: 300px;
	width: 100%;
}

#noaccess td#Message div{
	width: 350px;
	font-size: 36px; 
	line-height: 36px;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: middle;
	float: right;
	margin-right: 30px;
	font-weight: bold;
	color: #FFBB00;
}

#noaccess td#Message u {
	font-size: 18px; 
	line-height: 20px;
	color: #eeeeee;
	margin-top: 80px;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-style: normal;
}

/*Safari*/
select, input, textarea, button {
	outline:none; 
	resize:none;
}

#noaccess td#Message .redirect {
	margin: 2px auto 0;
	text-align: center;
	font-size: 11px;
	width: 100%;
	color: #2f2f2f;
	line-height: 11px;
	font-weight: normal;
	font-style: normal;
}

#noaccess td#Message .counter {
	color: #880000;
	font-weight: bold;
}

#vertical{
	float:left;
	height:50%;
	margin-top:-188px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	height:375px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
}

