@charset "utf-8";
/* CSS Document */

/* FORM_SUGGBUGCONTACT.CSS
--------------------------------------------------------------------------------------- */
* {
	margin:0px;
	padding:0px;
}
body {
background-color:#333333;
color:#a4a4a4;
margin:25px;
}

html{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
	color:#003366;
	text-align: justify;
}
p, ul { margin:0;padding:0;}
p { margin-top:10px;}
textarea{ width:580px; }
label{
	display:block;
	font-weight:bold;
	color:#0066CC;
	font-size: 14px;
}
p#welcome{ width:90%; color:#00f; font-weight:bold;margin-left:auto;margin-right:auto; }
ul{ width:90%; color:#f00; font-weight:bold; margin-left:50px; }
span#success{ width:90%; color:#009900; font-weight:bold; margin-left:10px; }
p em{ display:block; font-weight:normal; }
#formHead {
	width:100%;
	height:40px;
}
#formBody {
	width:100%;
	background-image:url(../_template/_img/formBody.png);
}
#formFooter {
	width:100%;
	height:14px;
	background-image:url(../_template/_img/formFooter.png);
}
a#backToOffice {
	text-decoration:none;
	color:#666666;
}
a#backToOffice:hover, a#backToOfficeEnd:hover {
	text-decoration:underline;
}

a#backToOfficeEnd {
	color:#006699;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	text-decoration:none;
}

a#linkMail {
	color:#999999;
	font-style:italic;
	text-decoration:none;
}
a#linkMail:hover {
	text-decoration:underline;
}