@charset "utf-8";
/* CSS Document */

/*******************************************/
/***************[ CSS Reset ]***************/
/*******************************************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background:#FFF;
	color:#606060;
	font:14px/1.55em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

a {
	color: #0071BC;
	text-decoration:none;
}

a:hover {
	color:#009FF7;
	text-decoration:underline;
}

a img { border:0;}

:focus { outline:0; }

h1, h2 { color: #808080; }

h1 { font-size:22px; line-height:1.17em; margin-bottom:10px; }
h2 { font-size:18px; line-height:1.2em; margin-bottom:10px; }
h3 { font-size:16px; line-height:1.2em; margin-bottom:10px; }
h4 { font-size:14px; line-height:1.35em; margin-bottom:10px; }
h5 { font-size:12px; line-height:1.35em; margin-bottom:10px; }
h6 { font-size:12px; line-height:1.35em; margin-bottom:10px; }

th { vertical-align:top; font-weight:normal; text-align:left; }
td { vertical-align:top; }

p { margin-bottom:10px; }
address { margin-bottom:10px; font-style:normal; line-height:1.4em; }
cite { font-style:normal; font-size:10px;}
q:before, 
q:after { content:'';}

form { display:inline;}
fieldset { border:none; }
legend { display:none;}
label { color:#555; font-weight:bold; }
input, 
select, 
button { vertical-align:middle; }

dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

.disc {
	list-style: disc;
	margin: 15px 30px;
}

small { font-size:.85em; }
big { font-size:1.15em; }
hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*******************************************/
/**************[ Main Forms ]***************/
/*******************************************/

/* 
	Structural
*/

.kl-form {
	margin:20px 20px 0;
	padding:0 0 20px;
	text-align: left;
}

.kl-form h2 {
	margin: 0 0 25px;
	text-align: center;
}

.kl-form ul {
	list-style: none;
}

.kl-form ul li {
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
}

input {
}

.kl-form label {
	color: #808080;
	line-height: 18px;
	overflow: hidden;
	padding: 3px;
}

.kl-form .label {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.kl-form .left-label {
	float: left;
	margin: 0px 10px 0pt;
	text-align: right;
	width: 160px;
}

.kl-form .input-text {
	border: 1px solid #666;
	height: 18px;
	padding: 3px;
}

.kl-form .textarea {
	border: 1px solid #666;
	height: 80px;
	padding: 3px;
}

.kl-form .select {
	border: 1px solid #666;
	padding: 3px;
}

.float-left {
	float: left;
	clear: right;
}

.short { width: 75px; }
.medium { width: 190px; }
.long { width: 310px; }

select.short { width: 81px; }
select.medium  { width: 196px; }
select.long  { width: 316px; }

input[type="text"]:focus {
	border: 2px solid #009FF7;
	padding: 2px;
}

.kl-form input.button {
	color:#464646;
	float:right;
	font-size:10px;
	font-weight:bold;
	margin:3px 2px 0 0;
	padding:3px;
	text-transform:uppercase;
}


#footer {
	margin: 0;
}

.footer {
	color: #999;
	clear: both;
	margin: 10px auto 0;
	overflow: hidden;
	padding: 45px 10px 20px;
	text-align: left;
	width: 960px;
}

.footer-left,
.footer-right {
	float: left;
	font-size: 10px;
	text-align: left;
	width: 480px;
}

.footer-right li {
	float: right;
	margin: 0 10px;
}

.footer-right li a {
	color: #1BA3E0;

