@charset "UTF-8";
/* CSS for www.sonnyjimrecords.co.uk */

/* Reset styles: */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

:focus
{
	outline: 0;
}

/* Global Styles */
h1
{
}

p
{
	margin-top:12px;
}
.centre
{
	text-align:center;
}

.small
{
	font-size:10px;
}

.red
{
	color:red;
}

.normal
{
	color:inherit;
}

div#wrapper
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	clear:both;
}

div#workspace
{
	position:relative;
	top:0px;
	width:600px;
	height:600px;
	margin:20px auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	background-image:url(../images/sonny-jim-recording-co-logo.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

div#expander
{
	position:absolute;
	top:180px;
	left:0px;
	width:100%;
}

div#content
{
	width:100%;
	border-top:1px solid black;
	padding:20px 10px;
}

div#footer
{
	width:100%;
	border-top:1px solid black;
	padding:10px 10px;
	font-size:10px;
	text-align:right;
}

.textField
{
	width:250px;
}

textarea
{	
	width:480px;
	height:70px;
	resize:none;
}

div#formDiv
{
	border:1px solid black;
	padding:10px;
	background-image:url(../images/backgrounds/liney-background.gif);
}
