BODY {
    color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
}

.form_container {
    float: left;
    width: 490px;
    padding-right: 12px;

}

/* overrule page template */
.empty #right .form_container {
    width: 510px;    
}

.empty #right .form_container .form {
    padding: 0px 20px 0px 25px;
}

.error
{
    color: #FF0000;  
    margin-top: 0px;
    margin-bottom: 10px;
}

/**
 * The style of default table.
 */
TABLE.default_table
{
    border-collapse: collapse;
    border: none;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 3px 3px 3px 3px;
    width: 465px;    
}

/* overrule e-mail template */
.mail TABLE.default_table {
    width: 650px;
}

/**
 * The width of the default table columns.
 */
.default_table_col1of2 { width: 45%; }
.default_table_col2of2 { width: 55%; }

/**
 * The style of default table <td>.
 */
.default_table td
{
	line-height: 20px;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 8px 2px 8px;
}

/**
 * The style of default table header.
 */
.default_table td.default_table_header
{
	background-color: #86888a;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}

/**
 * The style of default table label (left side).
 */
.default_table_label
{
	background-color: #eceded;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

/**
 * The style of default table field (right side).
 */
.default_table_field, .default_table_required, .default_table_text
{
	background-color: #f4f5f5;
	font-weight: normal;
	vertical-align: middle;
}

.help_inline, .help
{
	cursor: help;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	color: #ec008c;
}

.help
{
	margin-left: 5px;
	width: 20px;
}

/* buttons */
.navigation_buttons
{
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}

.navigation_button
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
    line-height: 30px;
}

.navigation_button a
{
    line-height: 13px;
    margin: 0px;
    padding: 2px 20px 2px 20px;
    text-align: center;
    text-decoration:  none;
    font-size: 12px;
    font-weight: bold;
    border: #b6006c 1px solid;
    background-color: #ec008c;
    color: #FFFFFF !important;
}

/* steps */
.navigation
{
    float: left;
    width: 283px;
    min-height: 405px;
    height: auto !important;
    height: 405px;
    color: #FFFFFF;
    background-color: #ec008c;
    padding: 25px 0px 0px 0px;    
    margin: 0px;
}

.navigation .title {
    padding: 0px 0px 0px 17px;   
}

.subnavigation
{
    padding: 10px 0px 0px 0px;
    font-size: 11px;
}

.subnavigation ul
{
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
}

.subnavigation div.uitloggen
{
    padding-left: 25px;
    padding-top: 10px;
}

.subnavigation div.uitloggen a, .subnavigation div.uitloggen a,
{
    text-decoration: underline;
    font-weight: normal;
}

ol.subnavigation-tabs
{
    margin: 0px;
    padding: 0px 0px 0px 30px;
}

ol.subnavigation-tabs li
{
    padding-left: 0px;
}

div.subtab-inactive, div.subtab-active
{
    width: 267px;
    font-weight: normal;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.subtab-active {
    background-color: #b6006c;
    color: #FFFFFF;
}