/*
Title	: Powermail
Author	: Vincent Kessels, vincent@roquin.nl
Version	: 1.0
--------------------------------------------------------*/
#content .container {
	display: block !important;
}

/* General
--------------------------------------------------------*/
.powermail-formwrap legend {
	display: block;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
	}

.powermail-formwrap .powermail-fieldset ol {
	list-style: none !important;
	margin-left: 0 !important;
	}

.powermail-formwrap .powermail-fieldset li.powermail-fieldwrap-html {
	background: none;
	clear: left;
	margin-bottom: 0.7em;
	overflow: hidden;
	padding-left: 0;
	position: relative;
	width: 100%;
	}

.powermail-fieldwrap-html label {
	display: block;
	float: left;
	line-height: 1.8;
	vertical-align: top;
	width: 200px;
	}
	
.powermail-fieldwrap-html-textarea label {
	float: none;
	width: auto;
	}
	
.powermail-fieldwrap-html input {
	margin: 0;
	padding: 1px;
	}
	
.powermail-description-field {
	clear: both;
	color: #999;
	font-style: italic;
	margin-bottom: 0.5em;
	}

/* Tabs
--------------------------------------------------------*/
#tabs {
	background: url(../images/tabs-bg.gif) repeat-x 0 100%;
	overflow: auto;
	width: 100%;
	}

div#mainContent #tabs li,
#tabs li {
	background: none;
	float: left;
	margin-right: 5px;
	padding-left: 0;
	}

div#mainContent #tabs li a,
#tabs li a {
	border: 1px solid #ccc;
	color: #9f9f9f;
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	}
	
div#mainContent #tabs li a.active-tab,
#tabs li a.active-tab {
	border-bottom: 1px solid #fff;
	color: #333;
	}

/* Icons (Mandatory / Description)
--------------------------------------------------------*/
.powermail-icon {
	display: inline-block;
	height: 16px;
	text-indent: -9999px;
	position: absolute;
	top: 2px;
	width: 16px;
	}

.powermail-mandatory-icon {
	background: url(../images/icons/icon_mandatory_powermail.gif) no-repeat 0 6px;
	color: #f00;
	height: 20px;
	margin-left: 5px;
	position: static;
	width: 6px;
	}
	
.powermail-description-label {
	background: url(../images/icons/icon-help.gif) no-repeat 0 50%;	
	left: 160px;
	}
	
.powermail-description-text {
	position: absolute;
	left: -9999px;
	}

.powermail-description a {
	cursor: help;
	text-decoration: none;
	}

.powermail-description a:hover .powermail-description-text {
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
	left: 180px;
	padding: 5px 10px;
	top: -3px;
	text-decoration: none;
	width: 250px;
	z-index: 200;
	}

/* Checkbox & Radiobuttons
--------------------------------------------------------*/
.powermail-fieldwrap-html-check-title,
.powermail-fieldwrap-html-radio-title {
	font-weight: bold;
	margin-bottom: 0.5em;
	}

.powermail-check-inner,
.powermail-radio-inner {
	clear: left;
	margin-bottom: 0.2em;
	margin-left: 200px;
	overflow: hidden;
	}
	
.powermail-fieldwrap-html-check .powermail-icon,
.powermail-fieldwrap-html-radio .powermail-icon {
	top: 14px;
	}

.powermail-fieldwrap-html-check input,
.powermail-fieldwrap-html-radio input {
	float: left;
	height: 14px;
	margin: 1px 5px 1px 1px;
	padding: 0;
	width: 14px;
	}

.powermail-fieldwrap-html-check label,
.powermail-fieldwrap-html-radio label {
	font-weight: normal;
	line-height: normal;
	padding-right: 0;
	width: auto;
	}

/* Submit & Buttons
--------------------------------------------------------*/
.powermail-fieldwrap-html-submit .powermail_submit,
.powermail-fieldwrap-html-reset .powermail_reset {
	margin-left: 200px;
	}

.powermail-navigation {
	margin-left: 200px;
	}

/* Validation
--------------------------------------------------------*/
.powermail_mandatory_js {
	clear: left;
	color: #c00;
	font-style: italic;
	margin: 5px 0;
	}
	
.validation-failed {
	border: 2px solid #f00;
	}

.powermail-formconfirmation-back {
	float: left;
	}
	
/* Thanks
--------------------------------------------------------*/
.powermail-thx .contenttable {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width: 100% !important;
	}
