﻿@charset "utf-8";
#form{
	padding: 10px;
}
#form label{
	display: block;
	float: left;
	font-weight: bold;
	width: 70px;
	height: 20px;
	line-height: 20px;
	clear: left;
}

#form input{
	float: left;
	display: block;
	width: 180px;
	margin-bottom: 8px;
}

#form input.wide{
	width: 380px;
}

#form textarea {
	width: 450px;
	height: 150px;
	margin-bottom: 5px;
}


input.Submit {
	float: none !important;
	width: 90px !important;
	margin-left: 360px;
}

br {
	clear: left;
}
span.validator{
	display: block;
	float: left;
	color: red;
	padding: 0 20px 0px 20px;
	height: 20px;
	line-height: 20px;
}
span.arrowup{
	background:url(img/arrows.20.gif) no-repeat left 0px;
}
span.arrowright{
	background:url(img/arrows.20.gif) no-repeat left -30px;
}
span.arrowdown{
	background:url(img/arrows.20.gif) no-repeat left -60px;
}
span.arrowleft{
	background:url(img/arrows.20.gif) no-repeat left -90px;
}

.MailTo{
	display: block;
	width: 500px;
	font-size: 86%;
	height: 20px;
	line-height: 20px;
	clear: left;
	color: gray;
	margin-right: -500px;
	margin-bottom: -20px;
}

.ime-active {
    ime-mode: active;
}
.ime-disabled {
    ime-mode: disabled;
}
.fullscreen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#loading{
	background:url(img/loading.gif) no-repeat white;
	background-position: center 190px; 
	font-family: Tahoma, sans-serif;
	padding-top: 250px;
	display: none;
}
.ResultPanel {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 200px;
}
.ResultPanel span{
	width: 300px;
	height: 200px;
	padding-top: 50px;
	display: block;
	text-align: center;
}
.ResultPanel span.success{
	background:url(img/success.32.gif) no-repeat center 10px;
}
.ResultPanel span.info{
	background:url(img/info.32.gif) no-repeat center 10px;
}
.ResultPanel span.warning{
	background:url(img/warning.32.gif) no-repeat center 10px;
}
.ResultPanel span.error{
	background:url(img/error.32.gif) no-repeat center 10px;
}
.ResultPanel span.success{
	background:url(img/success.32.gif) no-repeat center 10px;
}

