﻿#feedback-splash
{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #000000;
	display:none;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	z-index: 10000;
}

#feedback-window
{
	display: none;
	padding: 0px;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10001;
}

#feedback-btn-close
{
	width: 30px;
	height: 30px;	
	position: absolute;
	top: 7px;
	right: 7px;
	background-image: url(img/btn-close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#feedback-btn-close:hover
{
	background-position: 0px -30px;
}

#form-feedback
{
	width: 560px;
	margin: 35px 40px 30px;
}

#form-feedback div
{
	margin-bottom: 20px;
}

#form-feedback span
{
	color: red;
	font-size: 20px;
	padding: 0px 1px;
}

#form-feedback .feedback-intro
{
	font-size: 14px;
	font-family: Arial;
	margin-bottom: 20px;
}

#form-feedback label
{
	text-align: left;	
	padding: 7px 0px 0px 0px;
}

#form-feedback input
{
    color: #000000;
    display: block;
    font-family: Arial;
    font-size: 12px;	
    width: 540px;
    text-align: left;    
	margin-right: 80px;
	border: 1px solid #898989;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(184, 184, 184, 0.52) inset;
    padding: 10px 15px;
}

#form-feedback textarea
{
    color: #000000;
    display: block;
    font-family: Arial;
    font-size: 12px;
	width: 540px;
    height: 150px;
    text-align: left;     
	margin-right: 80px;
	resize: none;	
	border: 1px solid #898989;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(184, 184, 184, 0.52) inset;
    padding: 10px 15px;
}

input#form-feedback-btn-submit
{
	border-radius: 0px;
}

#feedback-submit-wrap
{
	text-align: center;
	padding-top: 20px;
}

#form-feedback input#feedback-user-confirm
{
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px 10px 0px 3px;
	vertical-align: middle;
}

#feedback-messageok
{
	display: none;
	width: 560px;
	margin: 50px 40px 50px;
	text-align: center;
}

#feedback-messageok span
{
	text-align: center;	
	font-size: 25px;
    font-weight: normal;
	color: #ffffff;
	background-color: #66c4a7;
    line-height: 1em;
	padding: 10px 20px;	
}

#feedback-messageok p
{
	display: block;
	width: auto;
	margin: 20px auto;
	font-style: italic;
}