body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #333;
	padding: 0px;
	margin: 0px;
	position:relative;
}

*@font-face {
        font-family: fanwood;
        font-style: normal;
        src: url(fanwood.ttf); /*if IE */
        src: local('Grandesign Regular'), url('fanwood.ttf') format('truetype'); /* non-IE */
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

#logo {
	background-image:url(uvedi-logo.png);
	background-repeat:no-repeat;
	width:629px;
	height:228px;
	position:relative;
	top:0;
	left:50%;
	margin-left:-314px;
}

#container {
	width: 70%;
	min-width:700px;
	height:150px;
	background-image:url(transparent-bg.png);
	background-repeat:repeat;
	position:relative;
	left:0;
}

.shadow{
	background-image:url(effect-trans.png);
	background-repeat:no-repeat;
	width:700px;
	height:310px;
	position:absolute;
	z-index:5;
	top:229px;
	left:50%;
	margin-left:-361px;
}

.phrase{
	float:right;
	clear:both;
	margin-right:178px;
	margin-top:41px;
	width: 300px;
	height:31px;
	background-image:url(phrase.png);
	background-repeat:repeat;
}

#submission{
	float:right;
	clear:both;
	margin-right:178px;
	margin-top:10px;
	width:298px;
}

.text-area{
	padding:4px 5px 4px 5px;
	width:200px;
	float:left;
	margin-top:3px;
	height:13px;
}

@-moz-document url-prefix() {
    .text-area{
	padding:3px 5px 3px 5px;
	width:200px;
	float:left;
	margin-top:3px;
	}
}

.sub-btn{
	border-width:0;
	background-image:url(follow-it-btn.png);
	background-repeat:no-repeat;
	width:66px;
	height:24px;
	font-size:0pt;
	float:left;
	margin:3px 0 0 9px;
}

div#thankyou {
	background-image:url(phrase2.png);
	background-repeat:no-repeat;
	float:right;
	clear:both;
	margin-right:178px;
	margin-top:58px;
	width: 300px;
	height:31px;
}

div#error {
	color:red;
	font-size:16px;
}



