/* CSS Document */
div#wrapper {
	background: #fff url(../images/back.jpg) no-repeat 0 0;
	position: relative;
	overflow: hidden;
	height: 425px;
	letter-spacing: normal;
}

div.info ul li {
	padding-bottom: 8px;
}

div.pane {
	background: #fff url(../images/panel-back.jpg) repeat-x;
	height:403px;
	left:285px;
	margin-left:2px;
	padding:5px;
	position:absolute;
	top:0;
	width:425px;
}

div.dummy {
	border: none;
}

div.form-p2,
div.form-p1 {
	display:none;
	z-index: 20;
}

#db {
	display: none; 
	overflow:hidden !important;
	background-color: #fff;
}

/** Form fields **/
table h3.heading {
	font-size: 1.3em;
	padding: 4px;
	margin:0;
	margin-bottom: 5px;
	text-decoration:underline;
}

table h3.subsection{
	font-size: 1.1em;
	text-align: left;
	padding: 4px;
	margin:0;
	margin-top: 8px;
}

td.label {
	text-align:right;
	color:#0000CC;
}

td.l-label {
	text-align: left;
	color:#0000CC;
}

div.buttondiv {
	margin-top: 25px;
	text-align: center;
}

div.top_buttondiv {
	margin-top: 4px;
	margin-bottom: 15px;
	text-align:center;
}

/** buttons **/
.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
  }


td.l-info {
	text-align:left;
	color:#333333;
}

td.comment_area textarea,
td.text_field input[type=text] {
	background: #efefef;
	border:1px solid #0000CC;
   padding:2px;
}

td.type1 input[type=text] {
	width:200px;
}

td.state input[type=text] {
	width:30px;
}

td.zip input[type=text] {
	width:50px;
}

td.phone input[type=text] {
	width:85px;
}

td.date input[type=text] {
	width: 50px;
}

td.drop select {
	letter-spacing: normal;
	width: 200px;
	border:1px solid #0000CC;
	background-color: #fff;
}

input.active {
	background-color: #FFFFCC !important;
}

span.ul {
	text-decoration:underline;
}

p.small {
	font-size: .95em;
	padding: 0;
	margin: 0;
}

a#trig.ui-state-default {
	color: #fff !important;
}
a#trig.ui-state-hover {
	color: #333 !important;
}

span.small {
	font-family:monospace;
	font-size:0.95em;
	font-variant:small-caps;
}

#group1,
#group2 {
	display: none;
	margin-left:25px;
   padding-bottom:10px;
}
