/**********
 * support.css
 * Global - Stylesheets
 * Project: iAsteroids
 * Copyright: Dennis Roehrs 2008
 * Version: 1.0
 */



#view #layoutTable #content #alienShip {
	background:transparent url(../images/AlienShip.png) no-repeat center center;
	height:186px;
	width:338px;
	position:absolute;
	margin:-50px 0 0 576px;
}

#view #layoutTable #content #support {
	font-size: 12px;
	width: 600px;
	margin: 40px auto 0 auto;
	text-align: left;
}

#view #layoutTable #content #support a:hover {
  color:#BBB;
  text-decoration:underline;
}

#view #layoutTable #content #support h2 {
	margin-top: 15px;
	font-size: 16px;
}

#view #layoutTable #content #support #supportTable {
	width:100%;
}

#view #layoutTable #content #support #supportTable .lable {
	width:20%;
	height:30px;
}

#view #layoutTable #content #support #supportTable .field {
	width:80%;
	height:30px;
	padding:0;
}




#support input:focus, #support textarea:focus, #support input:hover, #support textarea:hover {
	border:1px solid #99CCFF;
}

#support input, #support textarea {
	border:1px solid #999999;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:0.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	background-color:#071923;
	padding:2px;
	width:345px;
	margin:0;
	color:#FFF;
}

input#contactsubmit {
	margin:0;
	padding:2px;
	width:170px;
	color:#FFF;
}
