* {
	margin:0;
	padding:0;
}

img {
	border:0;
	float:left;
	vertical-align: text-bottom;
}

/*##############################
	NAV/LINK STYLES
##############################*/

a:link {text-decoration:none;color:#fff;}
a:visited {text-decoration:none;color:#fff;}
a:active {text-decoration:none;color:#fff;}
a:hover {text-decoration:none;color:#0d5ba7;}


/*##############################
	MAIN STYLES
##############################*/

.clear {
	clear:both;
}

body {
	margin:0;
	color:#fff;
	font-size:11px;
	text-align:left;
	line-height:16px;
	text-decoration:none;
	font-family:helevtica,arial,sans;
	background:#232020;
}

h3 {
	color:#fff;
	font-size:10px;
	background:#000;
	line-height:20px;
	text-align:center;
	margin:0 0 25px 0;
	font-weight:normal;
}

table {
	width:280px;
	margin:0 auto 35px auto;
	text-align:left;
}

#container {
	width:715px;
	background:#000;
	/* border:5px solid #000; */
	margin:0 auto 0 auto;
	padding:20px;
	text-align:center;
}

#content {
	margin:15px;
	height:100px;
	background:#0e0d0e;
	overflow:auto;
	text-align:left;
}

#mainImage {
	margin:0 0 20px 0;
}

#screenShots {
	width:278px;
	height:463px;
	float:left;
	margin:35px 0 35px 35px;
}

#appForm {
	width:310px;
	float:right;
	padding:10px;
	text-align;left;
	margin:35px 35px 35px 0;
	background:url(jImages/formBG.png) #040404;
	background-position:top center;
	background-repeat:no-repeat;
	
}

#footer {
	width:753px;
	padding:1px;
	margin:1px auto 20px auto;
	background:#0e0d0e;
	text-align:center;
}

h1 {
	font-size:28px;
	line-height:30px;
	padding:0;
}

h2 {
	font-size:12px;
	line-height:23px;
	text-align:left;
	padding:0 0;
	margin:15px 0 10px 0;
}

p {
	padding:10px;
}

b {
	color:#0d5ba7;
}

#footer p {
	padding:5px;
}

ul {
	margin:0 0 0 25px;
}

li {
	margin:5px 0 0 0;
}


/*##############################
	ID STYLES
##############################*/



/*##############################
	CLASS STYLES
##############################*/

label {
	display:block;
}

label input {
	width:140px;
	font-size:10px;
	color:#000;
	background:#fff;
	border:1px solid #000;
	padding:2px;
	margin:0 1px 10px 0;
	text-align:left;
}

label select {
	border:1px solid #000;
	background:#3c3c3c;
	margin:5px 0 35px 0;
	text-align:center;
	padding:2px 2px;
	font-size:10px;
	width:260px;
	color:#fff;
}
