@charset "UTF-8";
/* CSS Document */
/*body { background-color:#f7f7f7; margin:20px; }*/

div.AskATech {
	padding:20px;
}
div.AskATech div.form { 
	margin: 20px 0;
    padding: 0;
}
	div.AskATech div.form div { margin-top:5px;}

	div.AskATech h1 {
		font-size:175%;
		margin:0;
	}
	div.AskATech p {
		font-size:75%;
		margin:5px 0 14px;
	}
	
	div#masthead div.AskATech div.phone {
		background:none;
		display:block;
		height:auto;
		margin:auto;
		text-indent:0;
		width:auto;
		}
	
	div.AskATech div.commitment {
		float:right;
		font-size:70%;
		width:500px;
	}
		div.commitment img.manager {
			float:left;
			margin:0 12px 7px 0;
		}
		
		div.commitment p {
			color:#666;
			font-size:100%;
			line-height:18px;
		}

	div.AskATech label,
	div.AskATech div.comments span{ 
		display: block;
		float: left;
		font-size: 12px;
		margin-right: 5px;
		margin-top: 6px;
		text-align: right;
		width: 100px;
	}
		span.required {
			background:url("http://www.kiaofunioncity.com/css/forms/images/required.gif") no-repeat scroll 0 0 transparent;
			bottom:5px;
			display:block;
			float:left;
			height:6px;
			margin-top:10px;
			padding-right:3px;
			position:relative;
			text-indent:-9999px;
			width:6px;
		}
	
	div.AskATech input {
		background: url("http://www.kiaofunioncity.com/css/forms/images/input-bg.gif") no-repeat scroll -1px -1px transparent;
		border: 1px solid #999999;
		font-size: 12px;
		height: 22px;
		padding-left: 5px;
		padding-top: 3px;
		width: 250px;
	}
		div.AskATech input:focus {
			background:url("http://www.kiaofunioncity.com/css/forms/images/input-focus-bg.gif") no-repeat scroll -1px -1px transparent;		
		}
	
	div.AskATech textarea {
		background: url("http://www.kiaofunioncity.com/css/forms/images/comments-bg.gif") no-repeat scroll -1px -1px transparent;
		border: 1px solid #999999;
		height: 100px;
		padding: 5px;
		width: 245px;
	}	
		div.AskATech textarea:focus {
			background:transparent url(http://www.kiaofunioncity.com/css/forms/images/comments-focus-bg.gif) no-repeat scroll -1px -1px;
		}

	div.AskATech div.callus {
		float:right;
		font-size:150%;
		padding:24px 45px 0 0;
		
	}

	div.AskATech input[type=submit] {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background: none no-repeat scroll 0 0 #555555;
		border: 1px solid;
		color: #FFFFFF;
		cursor: pointer;
		display: block;
		font-size: 16px;
		font-weight: bold;
		height: 30px;
		margin-left: 105px;
		margin-top: 0;
		padding: 0;
		text-align: center;
		text-indent: 0;
		text-transform: uppercase;
		width: 100px;
	}
		div.AskATech input[type=submit]:hover {
			background:none no-repeat scroll 0 0 #666;
		}
		
	div.AskATech input.reset {
		background:none repeat scroll 0 0 transparent;
		border-color:-moz-use-text-color;
		border-style:none none solid;
		border-width:0 0 2px;
		cursor:pointer;
		font-size:70%;
		font-weight:bold;
		height:22px;
		margin-top:10px;
		padding:0;
		width:auto;
	}