/* RESETS DEFAULT BROWSER STLES - COURTESY OF ERIC MEYER **********/
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* RESETS DEFAULT BROWSER STLES - COURTESY OF ERIC MEYER **********/


/* BODY */
body {
	background-color: #000;
	color: #fff;
	margin: 0 auto;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 19px;
	width: 600px;
}



/* MISC */
.clear {
	clear: both;
}

.mark {
	color: #cd141e;
}

.divider {
	height: 10px;
	border-bottom: 1px solid #1a1a1a;
}

.row {
	margin: 0 0 5px 0;
}

.row2 {
	margin: 18px 0 0 0;
}



/* CONTENT */
#content {
	margin: 30px 28px 0 28px;
	padding: 0;
}



/* STYLES */
#styles {
	padding: 19px 0 0 0;
}



/* FIELDS */
#content .fieldblock_left {
	float: left;
	margin: 0 32px 0 0;
*>	margin: 0 17px 0 0; /* IE6 UGLY FIX */
	padding: 0;
	width: 250px;
}

#content .fieldblock_left .input input {
	float: left;
	margin: 0px;
	padding: 5px;
	width: 250px;
	border: none;
	background: #0c0c0c;
	border: 1px solid #1a1a1a;
	font-size: 12px;
	color: #fff;
  	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
}

#content .fieldblock_left .input {
	border: none;
	float: right;
	margin: 0 0 3px 0;
	padding: 0 0 0 0px;
	width: 250px;
}

#content .fieldblock_right {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}

#content .fieldblock_right .input input {
	float: left;
	margin: 0px;
	padding: 5px;
	width: 250px;
	border: none;
	background: #0c0c0c;
	border: 1px solid #1a1a1a;
	font-size: 12px;
	color: #fff;
  	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
}

#content .fieldblock_right .input {
	border: none;
	float: right;
	margin: 0 0 3px 0;
	padding: 0 0 0 0px;
	width: 250px;
}

#content .button { 
	float: right;
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 10px 0 0 0;
	padding: 2px 3px; 
	border: none;
	color: #ababab;
	background: #1a1a1a;
	cursor: pointer;
}

#content .button:hover {
	float: right;
	cursor: pointer;
	border: none;
	color: #fff;
}

label {
	margin: 0;
}



/* TYPOGRAPHY */
p {
	margin: 0 0 10px 0;
}

p.last {
	margin: 0 0 20px 0;
}

p.thanx {
	margin: 0 0 505px 0;
}


h2.title {
	margin: 0;
	display: block;
	height: 19px;
}

h2.title.weloveyou { margin: 0 0 15px 0; width: 198px; background: url(../images/title_weloveyou.gif) no-repeat 0 0; }
h2 span { display: none; }


h3.title {
	margin: 0;
	display: block;
	height: 11px;
}

h3.title.style { margin: 0 0 15px 0; width: 220px; background: url(../images/title_vilkenmusikgillardu.gif) no-repeat 0 0; }
h3 span { display: none; }
