/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STYLE */

.callbackContainer { margin: 10px 0px 0px 0px; width: 230px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }

.callbackContact { vertical-align:top; }

.toggleSystem { width: 230px; padding: 0px; margin: 0px; }

.callbackContainer .toggleSystem h2.trigger {
	background: url(../images/h2_trigger_a.jpg) no-repeat;
	height: 34px;
	line-height: 34px;
	width: 230px;
	font-size: 18px;
	font-weight: normal;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
h2.trigger a:link, h2.trigger a:visited { color: #006633; text-decoration: none; display: block; padding: 0 0 0 40px; }

h2.trigger a:hover { color: #006633; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #666666;
	overflow: hidden;
	font-size: 12px;
	width: 100%;
	clear: both;
	background-image: url(../images/toggle_block_stretch.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.toggle_container .block { padding: 10px; /*--Padding of Container--*/ background: url(../images/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/ }

.toggle_container .block p { padding: 0px; margin: 0px; }

.toggle_container .block table { }
.toggle_container .block td { padding-top: 6px; padding-bottom: 6px; }
