@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	font-family:Tahoma, Geneva, sans-serif;
	vertical-align: baseline;
	line-height:60px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background:url(images/body-bkg.jpg) #2b2b2b;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#container { width:898px; margin: 50px auto;}

h1 { height:166px; margin-bottom:15px; background:url(images/logo.png) no-repeat; text-indent:-9999px;}

.desc {margin:15px 0; padding:0 5px 0 5px;}

.updates{ padding:0 5px 0 5px; font-size:28px;}

.spam{ clear:both; padding:0 5px 0 5px; font-size:18px; line-height: 18px;}

.text-input { float:left;border:none; width: 600px; height: 97px; padding: 15px; background:url(images/field.png) no-repeat; font-family:Tahoma, Geneva, sans-serif; font-size:60px; color:#dedede;}

.submit{ width: 263px; height:118px;  padding: 15px; border:none;background:url(images/submit-btn.png) no-repeat; font-size:60px; color:#464646;}

.error {clear:both; display: block; fon-size:18px;}