/** form layout build your own **/
.tx-powermail-pi1_formwrap {	
	clear: both;
}

.tx-powermail-pi1_formwrap fieldset {
	/* border: 1px solid red; */
	padding: 10px;
	background-color: #E5E5E5;	
}

.rounded {
	background-color: #E5E5E5;
}

.tx-powermail-pi1_formwrap fieldset legend {	
	color:#009AC8;
	font-size:18px;
	font-weight:bold;
	margin:5px 0 0 18px;
}

.tx-powermail-pi1_formwrap a {
	position: relative;
}
a dfn { 
	display: none;
	color: #333;
}
a:hover dfn {
	display: block;
	position: absolute;
	z-index: 1000;
	text-decoration: none;
	width: 200px;
	background-color: #fff;
	border: 1px solid #000;
	padding:10px;
	top: -10px;
	left: 10px;	
}

.tx-powermail-pi1_fieldset{
	width: 600px;
	margin: 5px;
	float: left;	
}

.tx-powermail-pi1_fieldset.tx-powermail-pi1_fieldset_submit{
	clear: both;
}

/* Submit button fieldset */
.tx-powermail-pi1_formwrap .tx-powermail-pi1_fieldset_submit {
	background-color: transparent;
	clear: both;
	float: none;
	padding: 0;
	text-align: right;
	width: 100%;
}
.tx-powermail-pi1_fieldset_submit legend {
	display: none;
}
.tx-powermail-pi1_fieldset_submit div.legendspace {
	height: 10px;
}
.tx-powermail-pi1_fieldset_submit input.powermail_submit {
	background: transparent url("../images/button/btn_submit_active.png") no-repeat right top;
	border: 0;
	cursor: pointer;
	float: right;
	font-size: 0;
	line-height: 0;
	height: 16px;
	margin: 0 20px;
	text-indent: -999em;
	width: 65px;
}
.tx-powermail-pi1_fieldset_submit input.powermail_submit:hover {
	background-image: url("../images/button/btn_submit_hover_gray.png");
}

.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	margin-bottom: 4px;
	vertical-align: bottom;
}
.tx-powermail-pi1_formwrap label {
	width: 135px;
	display: block;
	float:left;
}

.tx-powermail-pi1_formwrap fieldset {
	position: relative;
}
div.legendspace {
	height: 30px;
}
legend span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	clear: both;
}
.powermail_mandatory_js {
	color: red;
}

/* 
.tx-powermail-pi1_fieldset_yourfavouriteteams {
	background: #FFF;
}
*/

/* taken from contactOverview.css */


#mailform fieldset{
	margin: 10px 0px 0px 0px;
	padding: 0;
	border: 0;
}
#mailform .csc-mailform-field {
	clear: left;
}
#mailform .csc-mailform-field label {
	color: #333;
	display: block;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin:0;
	padding: 12px 0px 0px 21px;
	width: 156px;
}
#mailform textarea {
	height: 170px;
}
#mailform input,
#mailform textarea {
	border: 1px solid #CCC;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	width: 236px;
	display: inline;
}
#mailform .csc-mailform-check {
	width: auto;
}
#mailform .error {
	border-color: #D50000;
	color: #D50000;
}
div#errorSpan{
	position: relative;
	margin: 0px 0px 0px 177px;
	padding:10px 0px 5px 0px;
	width: 450px;
	height: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #D50000;
}
#mailform {
	padding-bottom: 34px;
}
#mailform input#mailformformtype_mail {
	float: left;
	width: 65px;
	height: 19px;
	margin: 0px 0px 0px 25px;
	padding: 0;
	display: block;
	outline: none;
	border: none;
	cursor : pointer;
	background: url(../images/contact_overview/btn_form_cancel.png) left top no-repeat;
	background-position: bottom;
	display: inline;
	text-indent: -999em;
	position: absolute;
	left: 463px;
	bottom: -31px;
}
#mailform input.verstuurknop01:hover {
	background: url(../images/contact_overview/btn_form_cancel_hover.png) left top no-repeat;
	background-position: bottom;
	display: block;
}
#mailform input.verstuurknop02 {
	float: left;
	width: 65px;
	height: 19px;
	margin: 0;
	padding: 0;
	background: url(../images/contact_overview/btn_form_send.png) left top no-repeat;
	background-position: bottom;
	display: block;
	outline: none;
	border: none;
	cursor : pointer;
	text-indent: -999em;
	position: absolute;
	left: 570px;
	bottom: -31px;
}
#mailform input.verstuurknop02:hover {
	background: url(../images/contact_overview/btn_form_send_hover.png) left top no-repeat;
	background-position: bottom;
	display: block;
}

/* new */


body.p23 #overviewLeftColumn01 {
	background: #E5E5E5 url(../images/contact_overview/bg_contact_form_top.png) no-repeat scroll left top;	
	margin: 0 0 0 20px;
	padding: 30px 0 0;
	width: 636px;
}
#mailform {
	background:#E5E5E5 url(../images/contact_overview/bg_contact_form_bottom.png) no-repeat scroll left bottom;
	position:relative;
	width:636px;
}
#mailform fieldset{
	margin: 10px 0px 0px 0px;
	padding: 0;
	border: 0;
}
#mailform .csc-mailform-field {
	clear: left;
}
#mailform .csc-mailform-field label {
	color: #333;
	display: block;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin:0;
	padding: 12px 0px 0px 21px;
	width: 156px;
}
#mailform textarea {
	height: 170px;
}
#mailform input,
#mailform textarea {
	border: 1px solid #CCC;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	width: 236px;
	display: inline;
}
#mailform .csc-mailform-check {
	width: auto;
}
#mailform .error {
	border-color: #D50000;
	color: #D50000;
}
div#errorSpan{
	position: relative;
	margin: 0px 0px 0px 177px;
	padding:10px 0px 5px 0px;
	width: 450px;
	height: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #D50000;
}
#mailform {
	padding-bottom: 34px;
}
#mailform input#mailformformtype_mail {
	background: url(../images/contact_overview/btn_form_send.png) left top no-repeat;
	background-position: bottom;
	border: none;
	bottom: -29px;
	cursor : pointer;
	display: block;
	height: 19px;
	left: 564px;
	line-height: 99em;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	width: 65px;
}
#mailform input.verstuurknop02:hover {
	background: url(../images/contact_overview/btn_form_cancel_hover.png) left top no-repeat;
	background-position: bottom;
	display: block;
}
#mailform input.verstuurknop02 {
	float: left;
	width: 65px;
	height: 19px;
	margin: 0px 0px 0px 25px;
	padding: 0;
	display: block;
	outline: none;
	border: none;
	cursor : pointer;
	background: url(../images/contact_overview/btn_form_cancel.png) left top no-repeat;
	background-position: bottom;
	display: inline;
	text-indent: -999em;
	position: absolute;
	left: 463px;
	bottom: -31px;
	line-height: 99em;
}
#mailform input#mailformformtype_mail:hover {
	background: url(../images/contact_overview/btn_form_send_hover.png) left top no-repeat;
	background-position: bottom;
	display: block;
}
div#contentCloser{
	position:absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 679px;
	height: 17px;
	background: url(../images/safaris_overview/bg_right_content_bottom.png) no-repeat;
	background-position: left top;
}
