html {
	margin:0;
	padding: 0;
}

body {
	margin:0;
	padding: 0;
	background-color: #5a8cc7;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: small;
	background: #5d6a7a url(../images/messback.png) repeat-x;
	background-repeat: repeat-x;
	color: #fff;
}

iframe {
    border-radius: 5px;
    width: 158px;
    height: 138px;
}

a:link {
	color: #f9d492;
	text-decoration: none;
}

a:visited {
	color: #f9d492;
	text-decoration: none;
}

a img {
	text-decoration: none;
	border: none;
}

h1 {
	font-size: 160%;
	color: #fff;
}

.space {
	margin-right: 5px;
	margin-bottom: 5px;
}

.middlebutton {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

/**
 * Success and Error messages
 */
#error {
	border: 1px dashed #ff0000;
	padding: 10px;
	color: #ff0000;
}
#success {
	border: 1px solid #1bc429;
	padding: 10px;
	color: #1bc429;
}

#error, #success {
	background: url(../images/77opaque.png);
	margin: 0 20px 20px;
}

/*p {
	display: inline-block;
}*/

img#logo {
	padding-bottom: 25px;
}

.orange {
	color: #f99911;
}

.smalltext {
	font-size: 80%;
	color: #ededed;
}

#container ul {
	margin-bottom: 0;
}

#top {
	/*height: 80px;*/
}

#page {
	margin: 0;
	padding-bottom: 20px;
	background: url(../images/map.png) no-repeat;
	min-height: 550px;
}

#top, #page, #footer {
	min-width: 320px;
}

#container {
	margin-top: 20px;
	z-index: 2;
}

#content, #top, #header {
	margin: 0 20px;
}

#footer {
	padding: 20px 10px;
	background: url(../images/borderline.png) top left repeat-x;
	font-size: 80%;
	color: #ededed;
}

#footer p {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

td, th {
	vertical-align: top;
	padding-bottom: 10px;
}

table td#form {
	width: 70%;
}

table th {
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	width: 130px;
	color: #fff;
}

table#faq th, table#faq td {
	vertical-align: top;
	text-align: left;
}

table#faq th.leftcolumn {
	width: 5%;
}

table#faq {
	text-align: left;
	width: 100%;
}

table#faq td {
	padding-bottom: 20px;
}

table.searchresults {
	border-collapse: collapse;
	width: 100%;
}

table.searchresults th, table.searchresults td {
	/*border: 1px solid #000;*/
	padding: 3px 8px 2px;
	white-space: nowrap;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.bold {
	font-weight: bold;
}

.red {
	color: #f25959;
}

/**
 * Forms
 */

form {
    /*height: 108px;*/
    left: 0px;
    position: relative;
    top: 0px;
    /*width: 300px;*/
    /*border: 1px dotted #fff;*/
}
 
label {
    color: #333333;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}

label.normal_label {
	display: inline-block;
	color: #fff;
	width: 50px;
	text-align: right;
	font-weight: bold;
}
 
input, textarea {
	font-family: Arial,sans-serif;
}
 
input.custom_input, textarea.custom_input, select.custom_input {
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 4px;
    font-size: 13px;
    cursor: text;
    overflow: auto;
}

input.custom_input.redback {
	background: #b44a4a;
	border: 1px solid #7c0202;
	box-shadow: 0 1px 0 #752d2d inset, 0 1px 0 #cccccc;
}

input.custom_input.greenback {
	background: #4bb557;
	border: 1px solid #027e13;
	box-shadow: 0 1px 0 #2c7633 inset, 0 1px 0 #cccccc;
}

input.custom_input {
    height: 20px;
}

.custom_input {
	border: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #EEEEEE inset, 0 1px 0 #ffffff;
}

.custom_input.readonly {
	color: #777;
	background: #eee;
	overflow: hidden;
}

input.custom_input {
	width: 266px;
    height: 20px;
}

.placeholder {
	width: inherit;
}

input.custom_input.short {
	width: 50px;
    height: 20px;
}

input.custom_input.medium {
	width: 90px;
    height: 20px;
}

.placeholding-input {
    display: block;
    height: inherit;
    margin: 6px 0;
    overflow: visible;
    position: relative;
    left: 0;
}

.textarea {
	width: inherit;
	height: inherit;
}

textarea.custom_input {
	min-height: 100px;
	min-width: 266px;
	padding: 8px 4px;
	display: block;
}

textarea.custom_input, input.custom_input {
	/*min-width: 266px;*/
}

.entered .placeholder {
    /* Space Pen */
    /*font-size: 0 !important;
    opacity: 0;
    z-index: -1;*/
    
    /* Pencil */
    display: none;
    
}

#charem {
	color: #ccc;
	font-weight: bold;
	font-size: 120%;
}

#charem.red {
	color: #f25959;
}

.placeholding-input .placeholder {
    -moz-user-select: none;
    bottom: 1px;
    color: #999999;
    cursor: text;
    font-size: 13px;
    height: 20px;
    left: 2px;
    line-height: 20px;
    padding: 4px;
    position: absolute;
    right: 1px;
    top: 1px;
    transition: opacity 0.1s ease 0s, font-size 0.1s ease 0s;
    white-space: nowrap;
    z-index: 1;
}

.placeholding-input .placeholder.whitetext {
	color: #fff;
}

.placeholding-input input:focus .placeholder {
    opacity: 0.6;
}

.inline {
	display: inline-block;
}

/**
 * Buttons
 */
 
.endbuttons {
	margin-top: 20px;
}

.toolbar .btn.first {
	border-right: none;
	border-radius: 4px 0 0 4px;
}

.toolbar .btn {
	/*border-left: none;
	border-right: none;*/
	border-radius: 0;
	font-weight: normal;
}

.toolbar .btn.last {
	border-left: none;
	border-radius: 0 4px 4px 0;
}

.btn {
    background-color: #dddddd;
    background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(#ffffff, #dddddd);
    background-repeat: repeat-x;
    border: 1px solid #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding: 5px 10px;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.btn.small {
	padding: 3px 10px;
}

.btn:hover, .btn:focus {
    background-color: #aaa;
    background: -moz-linear-gradient(top, #ebebeb 0%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebebeb 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebebeb 0%,#c4c4c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebebeb 0%,#c4c4c4 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(#ebebeb, #c4c4c4);
    border-color: #555;
}

a.btn{
	color: #333;
}

a.btn.btn-green, a.btn.btn-blue, a.btn.btn-red{
	color: #fff;
}

.btn-orange {
	background: #fd9a0f; /* Old browsers */
	background: -moz-linear-gradient(top,  #fee94f 0%, #fd9a0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee94f), color-stop(100%,#fd9a0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fee94f 0%,#fd9a0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fee94f 0%,#fd9a0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fee94f 0%,#fd9a0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fee94f 0%,#fd9a0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee94f', endColorstr='#fd9a0f',GradientType=0 ); /* IE6-9 */
    border-color: #905a02;
    box-shadow: 0 1px 0 #a6b3be;
}

.btn-orange:hover, .btn-orange:focus {
	background: #da850e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd74f 0%, #fd9a0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd74f), color-stop(100%,#fd9a0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd74f 0%,#fd9a0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd74f 0%,#fd9a0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd74f 0%,#fd9a0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd74f 0%,#fd9a0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74f', endColorstr='#fd9a0f',GradientType=0 ); /* IE6-9 */
    border-color: #905a02;
}


.btn-blue {
	background: #33bcef; /* Old browsers */
	background: -moz-linear-gradient(top,  #33bcef 0%, #019ad2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33bcef), color-stop(100%,#019ad2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #33bcef 0%,#019ad2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #33bcef 0%,#019ad2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #33bcef 0%,#019ad2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #33bcef 0%,#019ad2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bcef', endColorstr='#019ad2',GradientType=0 ); /* IE6-9 */
    border-color: #0569ab;
    box-shadow: 0 1px 0 #a6b3be;
    color: #ffffff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.btn-blue:hover, .btn-blue:focus {
	background: #2da7d3; /* Old browsers */
	background: -moz-linear-gradient(top, #2da5d1 0%, #007ba7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2da5d1), color-stop(100%,#007ba7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2da5d1 0%,#007ba7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2da5d1 0%,#007ba7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2da5d1 0%,#007ba7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2da5d1 0%,#007ba7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2da5d1', endColorstr='#007ba7',GradientType=0 ); /* IE6-9 */
    border-color: #0569ab;
}

.btn-red {
	background: #ef3333; /* Old browsers */
	background: -moz-linear-gradient(top,  #ef3333 0%, #d20101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef3333), color-stop(100%,#d20101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ef3333 0%,#d20101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ef3333 0%,#d20101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ef3333 0%,#d20101 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ef3333 0%,#d20101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3333', endColorstr='#d20101',GradientType=0 ); /* IE6-9 */
    border-color: #790202;
    box-shadow: 0 1px 0 #a6b3be;
    color: #ffffff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.btn-red:hover, .btn-red:focus {
	background: #d02b2b; /* Old browsers */
	background: -moz-linear-gradient(top, #cf2d2d 0%, #a70000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf2d2d), color-stop(100%,#a70000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cf2d2d 0%,#a70000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cf2d2d 0%,#a70000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cf2d2d 0%,#a70000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cf2d2d 0%,#a70000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf2d2d', endColorstr='#a70000',GradientType=0 ); /* IE6-9 */
    border-color: #790202;
}

.btn-green {
	background: #33ef5f; /* Old browsers */
	background: -moz-linear-gradient(top,  #33ef5f 0%, #01d23c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33ef5f), color-stop(100%,#01d23c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #33ef5f 0%,#01d23c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #33ef5f 0%,#01d23c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #33ef5f 0%,#01d23c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #33ef5f 0%,#01d23c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ef5f', endColorstr='#01d23c',GradientType=0 ); /* IE6-9 */
    border-color: #019e40;
    box-shadow: 0 1px 0 #a6b3be;
    color: #ffffff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.btn-green:hover, .btn-green:focus {
	background: #2fda57; /* Old browsers */
	background: -moz-linear-gradient(top, #2fda57 0%, #00b033 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fda57), color-stop(100%,#00b033)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2fda57 0%,#00b033 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2fda57 0%,#00b033 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2fda57 0%,#00b033 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2fda57 0%,#00b033 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fda57', endColorstr='#00b033',GradientType=0 ); /* IE6-9 */
    border-color: #019e40;
}

.receiptbox {
	width: 140px;
}

.receiptbox label {
	font-size: 80%;
	color: #fff;
}

ul.toolbar {
	margin:0;
	padding: 0;
	/*display: inline;*/
	height: 80px;
}

ul.toolbar li {
	list-style-type: none;
	margin:0;
	padding: 0;
	margin-top: 24px;
	float: left;
	text-shadow: 0 1px 0 #FFF;
	height: 33px;
}

ul.toolbar li a {
	display: block;
}

.logo, .toolbar {

}

.official {
	float: right;
}

/**
 * CAPTCHA
 */

#captcha {
	display: block;
	margin: 10px 0 10px;
}

#captcha img {
    border: 1px solid #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
