@CHARSET "UTF-8";

@font-face {
	font-family: "Bebas Neue";
	src: local("../fonts/BebasNeue.otf"), local("Bebas Neue"), url(""),
		format("svg");
}

#formWrapper { /*border: 2px red solid;*/
	position: relative;
	height: 480px;
	/*width: 980px;*/
	border: 1px solid #848484;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border: 1px solid #848484;*/
	background-color: ;
	opacity: .9;
	-moz-opacity: .9;
}

#commentHeader {
	position: relative;
	width: 100%;
	height: 70px;
	background-image: url("../picture/top_logo_ background_blue.PNG");
	top: 20px;
}

#commentTitle {
	position: absolute;
	left: 40px;
	width: 45%;
	height: 70px;
	background-image: url("../picture/top_logo_ background.PNG");
	opacity: 0.9;
	/*text formatter
	*/
	font-family: Bebas Neue;
	text-shadow: rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px,
		rgba(255, 255, 255, 0.5) 0 1px, rgba(0, 0, 0, 0.3) -1px -2px;
	color: white;
	font-size: 50px;
	text-align: center;
}

label {
	display: block;
}

#formDiv {
	position: relative;
	margin-top: 30px;
	margin-left: 40px;
	/* width: 45%; */
	height: 400px;
}

/* Style the text boxes */
input,textarea {
	width: 418px;
	height: 20px;
	background: #efefef;
	border: 1px solid #dedede;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #3a3a3a;
	border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow: inset 0 0 2px #000000;
}

textarea:FOCUS {
	border: 1px solid #E2A9F3;
}

input:FOCUS {
	border: 1px solid #E2A9F3;
}

textarea {
	height: 100px;
	background: url(../picture/textArea2.jpg) right no-repeat #efefef;
}

#submit {
	position: relative;
	width: 127px;
	height: 40px;
	margin-top: 0px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 10px 19px;
	background: -moz-linear-gradient(top, #bddbe6 0%, #829bab);
	background: -webkit-gradient(linear, left top, left bottom, from(#bddbe6),
		to(#829bab) );
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #c2c2c2;
	-moz-box-shadow: 3px 3px 10px rgba(000, 000, 000, 0.5), inset 0px 0px
		1px rgba(5, 5, 5, 1);
	-webkit-box-shadow: 3px 3px 10px rgba(000, 000, 000, 0.5), inset 0px 0px
		1px rgba(5, 5, 5, 1);
	box-shadow: 3px 3px 10px rgba(000, 000, 000, 0.5), inset 0px 0px 1px
		rgba(5, 5, 5, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px
		rgba(255, 255, 255, 0.3);
	/*background-color: #41403e;
	font-family: Bebas Neue;
	text-shadow: rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.3) 0 -1px,
		rgba(255, 255, 255, 0.5) 0 1px, rgba(0, 0, 0, 0.3) -1px -2px;
	color: white;
	font-size: 20px;
	text-align: center;
	border-radius: 8px 8px 8px 8px; */
}

#submit:hover { /* 	border: 1px solid #E2A9F3;	 */
	-moz-box-shadow: 0 0 4px 2px #09acf1;
	-webkit-box-shadow: 0 0 4px 2px #09acf1;
	box-shadow: 0 0 4px 2px #09acf1;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 10px 19px;
	background: -moz-linear-gradient(top, #bddbe6 0%, #829bab);
	background: -webkit-gradient(linear, left top, left bottom, from(#bddbe6),
		to(#829bab) );
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #c2c2c2;
	-moz-box-shadow: 3px 3px 10px rgba(000, 000, 000, 0.5), inset 0px 0px
		1px rgba(5, 5, 5, 1);
	-webkit-box-shadow: 3px 3px 10px rgba(000, 000, 000, 0.5), inset 0px 0px
		1px rgba(5, 5, 5, 1);
	box-shadow: 3px 3px 10px rgba(000, 000, 000, 0.5), inset 0px 0px 1px
		rgba(5, 5, 5, 1);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px
		rgba(255, 255, 255, 0.3);
}