﻿/*****************************************************************************/
/* Services
/*****************************************************************************/

.services-form {
	width:324px;
	/*height:348px;*/
	background-image:url("/Company2/Images/ServicesFormBkg.png");
	background-repeat:no-repeat;
	background-position:bottom;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

.services-input {
	width:193px;
	background:url("/Company2/Images/FormInputBkg.png") repeat-x top;
	border:1px solid #C9C9C9;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	height:19px;
	padding-top:2px;
}

.services-form input {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	width:191px;
	padding:0px;
	margin:0px;
	background:transparent;
	border:0;
	color:#333;
}

.services-textarea {
	width:193px;
	background:url("/Company2/Images/FormInputBkg.png") repeat-x top;
	background-color:#FFF;
	border:1px solid #C9C9C9;
	padding:0px;
	margin:0px;
	height:80px;
}

.services-form textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:191px;
	padding:0px;
	margin:0px;
	background:transparent;
	border:0;
	color:#333;
	height:80px;
}

