/* CSS Document */
body {
background-image:url(images/body_bg.jpg);
background-repeat: repeat-x;
	background-color: #121314;
	font-family: Tahoma;
}
.main {
	border: 1px solid #B0B0B0;
}
input {
	width: 100px;
}
.in {
	padding: 3px 8px 2px 2px;
}
.client {
	border: 1px solid #B0B0B0;
	border-right: none;
	border-bottom: none;
}
.pad {
	padding: 14px 8px 0px 8px;
}
.services {
	background-image: url(images/green_bg.gif);
	background-repeat: repeat-x;
	background-color: #C4F9C9;
}
.mainTxt {
	padding:20px 30px 5px 30px;
}
.picborder {
border: 1px solid #454D4F;
border-bottom: none;
}