body {
	margin: 0px 0px 0px 0px;
	color: white;
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #000000;
}

p { 
	}

a {
	color: #ffffff;
	text-decoration: underline;
}

img {
	border-style: none;
}

li {
	margin-left: -2em;
	}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px solid blue;
	padding: 0px;
}

.maintable {
	height: 490px;
	width: 320px;
	background: url("/images/background-gradient-droid.png") bottom no-repeat;
}

.logo {
	height: 78px;
	width: 320px;
	background: url("/images/onstar-mobile-logo-droid.png") top no-repeat;
	}
	
.volt {
	/*height: 102px;
	width: 320px;
	background: url("/images/volt-car-droid.png") top no-repeat;*/
	}	

.content {
	height: 190px;
	width: 320px;
	text-align:left;
	}		

.content-inner {
	padding:0px 10px 10px 10px;
	}		

.content-inner-left {
	padding-left:4px;
	width:48%;
	float:left;
	font-size: 11px;
	font-weight: normal;	
	}		

.content-inner-right {
	padding-right:4px;
	width:48%;
	float:right;
	font-size: 11px;
	font-weight: normal;	
	}
	
.green {
	color: #a2c437;
	font-size: 12px;
	font-family:  Arial, Century Gothic, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	}

.gold {
	color:#F2CD86;
	}
	
.white {
	color:#fff;
	}	

.disclaimer {
	font-size: 10px;
	font-weight: normal;
	}

.download {
	}		
	
.footer {
	color:#f2cd86;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	}

/* unvisited link */
a.footer:link {
	color:#f2cd86;
	text-decoration:none;
	}

/* visited link */
a.footer:visited {
	color:#f2cd86;
	text-decoration:none;	
	}

/* mouse over link */
a.footer:hover {
	color:#f2cd86;
	text-decoration:underline;	
	}  

/* selected link */
a.footer:active {
	color:#f2cd86;
	text-decoration:underline;	
	}  
	
input {
 background-color: #b2b8b8;
 border: #fff solid 1px;
 color: #fff;
}

textarea {
 background-color: #b2b8b8;
 border: #fff solid 1px;
 color: #fff;
}

.submit {
 border:0px;
 background-color:#728081;
}	