#container {
	position: relative;;
	text-align: left;;
	border: 1px solid #ccc;;
	background: #fff;
	line-height: 16px;
}

#container,#top,#bottom,#footer {
	margin: 0 auto;;
}

#top,#bottom {
	width: 590px;;
	height: 10px !important;;
	display: block !important;
}

#top {
	margin-top: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - -FORM- - - - - - - - - - - - - - - - - - - - - */
form.wufoo {
	margin: 20px 20px 0 20px;;
	padding: 0 0 20px 0;
}

.wufoo {
	position: relative;;
	/*font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;;*/
	font-size: 11px;
}

.wufoo li {
	width: 62%;
}

.popup .wufoo li {
	width: 72%;
}

form.wufoo h3 {
	padding: 0 0 0 9px;
}

form ol {
	margin: 0;
	padding: 0;;
	position: relative;;
	list-style-type: none;;
	clear: both;
}

form li {
	margin: 0;;
	padding: 4px 5px 2px 9px;
}

form li,.buttons {
	display: inline-block;
}

form li:after,.buttons:after {
	content: ".";
	display: block;;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html form li,* html .buttons {
	height: 1%;
}

form li,.buttons {
	display: block;
}

.block_overview span.buttons {
	float: right;
	margin: 3px 0pt 0pt 10px;
}

.block_overview li div.item {
	clear: both;
}

form li div,form li span {
	margin: 0 5px 0 0;;
	padding: 0 0 8px 0;;
	color: #444;
}

form li span {
	float: left;
}

form li div.left {
	display: inline;;
	float: left;;
	width: 48%;
}

form li div.right {
	display: inline;;
	float: right;;
	width: 48%;
}

form li div.left .medium,form li div.right .medium {
	width: 100%;
}

.clear {
	clear: both;
}

form li div label,form li span label {
	margin: 0;;
	padding-top: 3px;;
	clear: both;;
	font-size: 9px;;
	line-height: 9px;;
	color: #444;;
	display: block;
}

form li .icon {
	float: left;;
	margin: .1em 5px 0 0;;
	padding: 0;;
	width: 16px;;
	height: 16px;
}

.block_overview li {
	border-bottom: 1px dashed #999999;
}

ol.block_overview {
	margin: 10px 0 0 5px;
	padding: 0;
}

ol.block_overview li {
	margin: 0 0 5px 0;
	padding: 0 0 20px 0;
}

/* ----- INFO ----- */
.info {
	display: inline-block;
	clear: both;;
	margin: 0 0 1em 0;;
	/*border-bottom: 1px dotted #ccc;*/
}

.info [class] {
	display: block;
}

.info h2 {
	font-weight: normal;;
	font-size: 160%;;
	margin: 0 0 3px 0;;
	clear: left;
}

.info p {
	font-size: 95%;;
	line-height: 130%;;
	margin: 0 0 1em 0;
}

/* ----- SECTIONS ----- */
form hr {
	display: none;
}

form div.devider {
	display: block;
	height: 1px;
	background-color: #aaaaaa;
	border: 0px none;
	margin: 10px 325px 10px 0px;
}

form li.section {
	border-top: 1px dotted #ccc;;
	margin-top: 9px;;
	padding-top: 13px;;
	padding-bottom: 0px;
}

form ol li.first {
	width:894px;
	border-top: 1px solid #666666;
	margin-top: 0px;;
	padding-top: 1px;
}

form ol li.last {
	border-top: 1px solid #666666;
	padding-top: 10px;
	clear: both;
}

form .section h3 {
	font-weight: normal;;
	font-size: 110%;;
	line-height: 130%;;
	margin: 0 0 2px 0;
}

form .section p {
	font-size: 85%;;
	margin: 0 0 1em 0;
}

/* ----- BUTTONS ----- */
.buttons a,.buttons span,button,a.button {
	cursor: pointer;
	font-size: 100%;
	line-height: 130%;
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 5px 15px 6px 7px;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	background-repeat: no-repeat;
	background-position: 6px center;
}

button {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	width: auto;
	overflow: visible;
	font-weight: bold;
	padding: 4px 10px 3px 7px; /* IE */
}

button [type] {
	width: auto;
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

button img,.buttons a img {
	margin: 0 3px -3px 0 !important;
	width: 16px;
	height: 16px;
}

div.tree ul span.buttons .updown a {
	height: 16px;
	padding: 2px 4px;
	width: 16px;
}

button:hover,.buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

button.positive,.buttons a.positive {
	color: #529214;
}

.buttons a.positive:hover,button.positive:hover {
	background-color: #DFEEA3;
	border: 1px solid #C6D880;
	color: #529214;
}

.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

.buttons a.negative,button.negative {
	color: #d12f19;
}

.buttons a.negative:hover,button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

.info .buttons {
	float: right;
	margin: 6px 0 0 0;
	padding: 0;
}

.info .buttons a {
	margin: 0 0 0 7px;
}

.info b {
	color: #BD3D20;
}

/* ----- FIELDS AND LABELS ----- */
label.desc {
	line-height: 150%;;
	padding: 0 4px 1px 0;;
	border: none;;
	color: #444;;
	display: block;;
	font-size: 95%;;
	font-weight: bold;
}

div.flash{
	width:900px;
	margin-left:-35px;
}

input.text,textarea.textarea,select.select {
	margin: 0;;
	font-size: 100%;;
	border-top: 1px solid #7c7c7c;;
	border-left: 1px solid #c3c3c3;;
	border-right: 1px solid #c3c3c3;;
	border-bottom: 1px solid #ddd;
}

input.text {
	padding: 2px 0 2px 0;
}

input.long {
	width: 240px;
}

input.currency {
	text-align: right;
}

input.checkbox,input.radio {
	line-height: 1.4em;;
	margin: 1px 0 0 3px;;
	width: 15px;;
	height: 15px;
}

input.criterium {
	margin: 1px 20px 0 3px;
}

div.checkboxWrapper {
	float: left;
	width: 150px;
}

label.choice {
	font-size: 100%;;
	display: block;;
	line-height: 1.4em;;
	margin: -19px 0 0 25px;;
	padding: 4px 0 5px 0;;
	color: #444;;
	width: 90%;
}

textarea.textarea {
	margin-top: 1px;;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

select.select {
	margin: 1px 0;;
	padding: 1px 0 0 0;
}

select.select [class] {
	margin: 0;;
	padding: 1px 0 1px 0;
}

.safari select.select {
	margin-bottom: 1px;;
	font-size: 120% !important;
}

/* ----- SIZES ----- */
.third {
	width: 32% !important;
}

.half {
	width: 48% !important;
}

.full {
	width: 100% !important;
}

input.small,select.small {
	width: 25%;
}

input.medium,select.medium {
	width: 50%;
}

input.large,select.large,textarea.textarea {
	width: 100%;
}

input.tags {
	width: 315px;
}

textarea.small {
	height: 5.5em;
}

textarea.medium {
	height: 10em;
}

textarea.large {
	height: 20em;
}

/* ----- ERRORS ----- */
form li.error,form li div.error {
	border-bottom: 1px solid #EACBCC;;
	border-right: 1px solid #EACBCC;;
	background-color: #FFDFDF;;
	margin: 5px 0 0 -5px;
}

li.error label.desc,form label.error {
	color: red !important;
}

form p.error,form .error p {
	clear: both;
	margin: 0 0 5px 0;;
	padding: 2px 5px 2px 5px;
}

#errormsgLbl {
	margin: 5px 0 2px 0;;
	font-size: 110%;;
	color: red;
}

#errorMsg {
	color: #222;;
	font-size: 85%;
}

form li.error,div.error {
	border-right: 1px solid #FFEBD6;;
	background-color: #FFDFDF;;
	margin: 3px 0;
}

form li.success,div.success {
	border-right: 1px solid #EACBCC;;
	background-color: #DFFFE9;;
	margin: 3px 0;
}

div.success p {
	padding: 10px 0px;
	margin: 5px auto auto 15px;
	border-bottom: 1px solid #CEEBD6;;
}

#successmsgLbl {
	margin: 5px 0 2px 0;;
	font-size: 110%;;
	color: #006B20;
}

#successMsg {
	color: #222;;
	font-size: 85%;
}

/* ----- REQUIRED ----- */
form .req {
	float: none;;
	color: red;;
	font-weight: bold;
}

/* ----- INSTRUCTIONS ----- */
form li.focused {
	background-color: #fff7c0;
}

form .instruct {
	display: none;;
	position: absolute;;
	left: 62%;;
	width: 42%;;
	margin: 20px 0 0 23px;;
	padding: 8px 10px 9px 10px;;
	border: 1px solid #e6e6e6;;
	background: #f5f5f5;;
	line-height: 130%;;
	font-size: 80%;;
	color: #444;
}

body.popup form .instruct {
	left: 72%;;
	width: 32%;;
}

form .instruct [class] {
	margin: 25px 0 0 20px;;
	width: 28%
}

form li:hover .instruct,form li.focused 
.instruct {
	display: block;
}

div.submit {
	margin-left: 50%;
}

.noI form li {
	width: 95% !important;
}

.noI .instruct {
	display: none !important;
}

.hidden {
	display: none;
}
