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

div.AskATech {
	width:600px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

	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%;
		margin-right:10px;
		width:200px;
	}
		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;		
		font-size:15px;
		margin-top:6px;
	}
		span.required {
			background:url("/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("/css/forms/images/input-bg.gif") no-repeat scroll 0 0 transparent;
		border:0 none;
		font-size:16px;
		height:32px;
		padding-left:10px;
		padding-right:14px;
		width:330px;
	}
		div.AskATech input:focus {
			background:url("/css/forms/images/input-focus-bg.gif") no-repeat scroll 0 0 transparent;		
		}
	
	div.AskATech textarea {
		background:transparent url(/css/forms/images/comments-bg.gif) no-repeat scroll 0 0;
		width:592px;
		height:222px;
		border:0 none;
	}	
		div.AskATech textarea:focus {
			background:transparent url(/css/forms/images/comments-focus-bg.gif) no-repeat scroll 0 0;
		}

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

	div.AskATech input[type=submit] {
		background:url("/css/forms/images/submit-btn.jpg") no-repeat scroll 0 0 transparent;
		cursor:pointer;
		height:50px;
		margin-top:10px;
		text-indent:-9999px;
		width:301px;
		display:block;
	}
		div.AskATech input[type=submit]:hover {
			background:url("/css/forms/images/submit-btn.jpg") no-repeat scroll 0 100% transparent;
		}
		
	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;
	}
	
	