body {
	background: #000000;
	margin: 0px;
	padding: 50px 10px 50px 10px;
	text-align: center;
	font: 12px "Georgia", Times New Roman, Times, serif;
	color: #ffffff;
}
h2, h3 {
	font: 12px "Georgia", Times New Roman, Times, serif;
	text-transform: uppercase;
	margin: 0 0 14px 0; padding: 0px;
}
p, ul, li {
	font-size: 12px;
	line-height: 17px;
	margin-right: 14px;
}
ul {
	margin: -7px 0 0 0px;
}
li {
	margin-bottom: 3px;
}

a:link, a:active, a:visited {
	color: #fefefe;
	background-color: #000000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.linkki:link, a.linkki:active, a.linkki:visited,
.linkki a:link, .linkki a:active, .linkki a:visited {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	outline: none;
	padding: 6px 8px 6px 8px;
	border: 2px solid #b900ff;
	text-transform: uppercase;
	font-size: 11px;
}
a.linkki:hover,
.linkki a:hover {
	color: #ffffff;
	background-color: #b900ff;
	text-decoration: none;
}
.unlink, a.unlink:link, a.unlink:active, a.unlink:visited, a.unlink:hover {
	background-color: transparent;
}

.wrapper {
	border-right: 10px solid #000000;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align: center;
}
#isthisit_wrap {
	width: 716px;
	height: 403px;
	border: 10px solid #151515;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#isthisit {
	margin-bottom: 15px;
	text-align: center;
	width: 716px; 
	border-right: 10px solid #000000;
}
.weather {
	background-color: #ffffff;
	padding: 10px 0 10px 0;
	margin: 35px auto 0 auto;
	width: 540px;
	color: #333333;
}
.weather .item {
	float: left;
	text-align: left;
	width: 105px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 5px;
}
.weather .icon {
	float: left;
	text-align: left;
	width: 68px;
	overflow: hidden;
}
.weather .icon img {
	margin-top: -3px;
}
.weather .divider {
	float: left;
	width: 1px;
	overflow: hidden;
	border-right: 1px dotted #ccc;
	margin: 0 14px 0 14px;
	height: 64px;
}

#request_form {
	width: 716px;
	border: 10px solid #151515;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#request_form form {
	width: 310px;
}
#request_form form label {
	float: left;
	width: 33px;
	margin-right: 5px;
	padding-top: 2px;
	text-align: left;
	display: block;
	text-transform: capitalize;
	font: 12px "Georgia", Times New Roman, Times, serif;
}
#request_form form .input {
	width: 98%;
	text-align: left;
	color: #ffffff;
	background-color: #1a1a1a;
	display: block;
	border: 2px solid #1a1a1a;
	text-transform: none;
	font: 12px "Georgia", Times New Roman, Times, serif;
}
#request_form form .formButton {
	color: #ffffff;
	background-color: #000;
	text-decoration: none;
	outline: none;
	padding:3px 4px;
	border: 2px solid #fff;
	text-transform: uppercase;
	font: 11px "Georgia", Times New Roman, Times, serif;
}
#request_form form .formButton:hover {
	border: 2px solid #b900ff;
	background-color: #b900ff;
	color: #ffffff;
	cursor: pointer;
}


#registration_form {
	width: 866px;
	border: 10px solid #151515;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#registration_form .highlight {
	color: #b900ff;
	font-size: 16px;
	line-height: 1px;
	padding-right: 2px;
	/*
	letter-spacing: 5px;
	margin-left: -10px;
	*/
}
#registration_form table {
	width: 510px;
}
#registration_form table td {
	padding-bottom: 15px
}
#registration_form table td.tableCellTwo {
	width: 160px;
}
#registration_form table td.tableCellTwo div {
	padding: 0 15px 0 0;
	line-height: 14px;
}

#registration_form form label {
	float: left;
	width: 33px;
	margin-right: 5px;
	padding-top: 2px;
	text-align: left;
	display: block;
	text-transform: capitalize;
	font: 12px "Georgia", Times New Roman, Times, serif;
}
#registration_form form .itempad {
	color: #999999; 
	font: 9px Verdana, arial, sans-serif;
	line-height: 7px;
}
#registration_form form .input {
	width: 98%;
	text-align: left;
	color: #ffffff;
	background-color: #1a1a1a;
	display: block;
	border: 2px solid #1a1a1a;
	padding: 2px 0 2px 0;
	text-transform: none;
	font: 12px "Georgia", Times New Roman, Times, serif;
}
#registration_form form textarea {
	background-color: #1a1a1a;
	display: block;
	border: 2px solid #1a1a1a;
	text-transform: none;
	padding: 2px 0 2px 0;
	font: 12px "Georgia", Times New Roman, Times, serif;
	color: #ffffff;
}
#registration_form form select {
	font: 12px "Georgia", Times New Roman, Times, serif;
}
#registration_form form .formButton {
	color: #ffffff;
	background-color: #000;
	text-decoration: none;
	outline: none;
	padding:3px 4px;
	border: 2px solid #fff;
	text-transform: uppercase;
	font: 11px "Georgia", Times New Roman, Times, serif;
}
#registration_form form .formButton:hover {
	border: 2px solid #b900ff;
	background-color: #b900ff;
	color: #ffffff;
	cursor: pointer;
}

.viiva {
	height: 1px;
	background: #ffffff;
	overflow: hidden;
	margin: 40px 0 20px 0;
}

.clear_both {
clear: both;
height: 0px;
overflow: hidden;
}
.clear_left {
clear: left;
height: 0px; overflow: hidden;
}
form {
margin: 0px;
padding: 0px;
}
ul {
_margin-top: 10px;
}
ol {
margin-top: 0px;
margin-bottom: 0px;
}
li {
margin-left: -20px;
_margin-left: 20px;
}





/* -- Form Styles ------------------------------- */
form {	
	margin: 0;
	padding: 0;
}



div.fieldset {
	/*border:  1px solid #afe14c;*/
	border: 1px solid #000;
	margin: 0 0 10px 0;
	padding: 0px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px 3px 0px 10px;
	top: -30px;
	color: #73b304;
	display: none;
}

div.flash {
	width: 280px;
/*	margin: 10px 5px;*/
	border: 1px solid #000;
/*
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
*/

}
/*
button,
input,
select,
textarea { 
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}
*/


input[disabled]{ display: none; border: 1px solid #ccc } /* FF 2 Fix */


label { 
	width: 150px; 
	text-align: right; 
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */

/*
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}
*/

td object {
	margin-top: 10px;
}
td #btnCancel {
	display: none;
}
.progressWrapper {
	width: 300px;
	overflow: hidden;
}

.progressContainer {
	margin: 0px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 100%;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../js/swfupload/images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
/*
div.divStatus {
	border-bottom: 10px solid #000;
}
*/
/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}


