﻿#wrapSrv
{
	width:100%;
	position:relative;
}
#topSrv
{
	width:100%;
	text-align:center;
}
#leftSrv
{
	width:50%;
	float:left;
	margin-right:2%;
}
#rightSrv
{
	width:48%;
	float:right;
}


#botSrv
{
	clear:both;
	width:100%;
	text-align:center;
}
.accordionHeader
{
	border: 1px solid #FF9900;
	color: white;
	background-color: #996633;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent
{
	background-color: #FFCC99;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	border-style: dashed;
	border-width: 1px;
	border-top-color: inherit;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	color: #663300;
}

.accordionLink
{
	background-color: #FFCC99;
	color: #663300;
}

#address
{
	float:left;
    display:inline;
}
.removeBlock
{
	
	display:inline;
}


#tableService
{
	border-style: none;
	border-width: 0px;
}

#cellService  input[type=text]
{
    width: 7em;
  
    display:inline;
}

#requestService
{
	display:inline;
}
#requestService input[type=text]
{
	width:12em;
	display:inline;
}
.textAreaService
{
	height:65px;
}