@charset "windows-1251";
#wrap {
	width: 60%;
	margin-top: 50px;
	text-align: left;
	max-width: 690px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #748ba1;
	
	min-width:500px;
    width:expression(document.body.clientWidth < 900 ? "510px" : "60%" );/**/
}

body {
	background-color: #99b3cc;
	margin: 0px;
	padding: 0px;
}
#flashcontent {
	text-align: center;
	width: 100%;
}


#center {
	margin-right: 40px;
	margin-left: 40px;
	font-size: 0.8em;
	font-family: tahoma, arial, verdana, sans-serif;
	color: #212121;	
}

#fLeft {
	float: left;
	width: 40px;
	height: 40px;
	position: relative;
}

#fRight {
	margin-left: 40px;
	height: 40px;
	margin-right: 40px;
	position: relative;
}
#installFlash {
	bottom: -22px;
	
	position: absolute;
	width: 100%;
	text-align: center;
}


#top {
	height: 20px;
	text-align: right;
}
#imgURCorner {
	position: relative;
	top: -1px;
	right: -1px;
	
}

#imgBLCorner {
	position: absolute;
	bottom: -1px;
	left: -1px;
	height: 9px;
}
h1 {
	font-size: 1.5em;
	color: #4d4d4d;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	color: #a6a6a6;
	font-weight: normal;
	margin-bottom: -1em;
}
a {
	color: #25598b;
}

a:hover {
	color: #2D69A6;
}

a:visited {
	color: #8C2458;
}
#feedback {
	background-color: #73a2db;
	margin: 0px;
	padding: 0px;
}

#newQuestionForm {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#newQuestionForm #center {
	margin-right: 30px;
	margin-left: 30px;
	font-size: 0.8em;
	font-family: tahoma, arial, verdana, sans-serif;
}

#wrapFeedback {
	margin-top: 50px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #748ba1;
	min-width:500px;
	width: 80%;
	//width:expression(document.body.clientWidth < 610 ? "490px" : "80%" );/**/
	margin-bottom: 50px;
}
#feedbackInput {
	width: 98%;
	margin-top: 0.3em;
	margin-bottom: 1em;
}
.error {
	font-weight: bolder;
	color: #FF0000;
	margin-bottom: 0.6em;
}
.errorInput {
	background-color: #FFD5D5;
}
