
/* @group Resets */

* {
	padding: 0;
	margin: 0;
}

p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 0 0 0em;
}

ul {
	margin-left: 2em;
}

ol {
	padding-left: 2em;
	display: moz-inline-block;
	display: inline-block;
}

ol {
	margin-bottom: 0em;
}

ol li {
	margin-bottom: .35em;
}

/* @end */

/* @group Global */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0; 
}

body {
	font-family: verdana, sans-serif;
	font-size: 13px;
	background: #000000;
	text-align:center;
}

th, td {
	font-size: 11px;
}

img {
	border: none;
}

h1 {
	line-height: 45px;
	font-family: helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 20px 25px 0px 25px;
}

h2 {
	color: #CC0003;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight:normal;
}

h3 {
	font-family: helvetica, sans-serif;
	color: #666666;
	line-height: 17px;
	font-size: 14px;
	font-weight: bold;
	font-weight:normal;
}

/* @end */

/* @group Main Elements */
#pageWrapper {
	width:1143px;
	height:1000px;
	margin:0 auto;
	text-align:left;
}

#logo {
		background: url(../images/dispacho.jpg) top left no-repeat;   
		width:1143px;
		height:620px;
		position:relative;
}

#content {
	width:1143px;
	height:120px;	
	position:relative;
	background: url(../images/intro_text.gif) top center no-repeat;   
}

#formBox {
	width:1143px;
	height:50px;	
	position:relative;	
	text-align:center;
}

#thankyou {
	width:1143px;
	height:300px;	
	position:relative;
	background: url(../images/thankyou_text.gif) top center no-repeat;   
}

.formTextBox {
	font-family: helvetica, sans-serif;
	font-size: 24px;
	color:#999;
	width:300px;
	height:40px;	
	vertical-align:top;
	padding-top:5px;
}

/* @end */ 
