﻿/***
==== Page Messages ====
***/

.form{
    min-height: 1px;
    position: relative;
}

.page-messages {
	margin: 1em 0 1.5em;
	background: #333;
	color: #fff;
	padding: 1em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	}
	
.page-messages .sad-chip{
    position: absolute;
    right: -30px;
    top: -25px;
}

/*
Critical
*/

.pagemessage-critical {
	background: #cc092f;
	color: #fff;
	position: relative;
	min-height: 1px;
	}


/*
Fieldsets
*/
fieldset {
	position: relative;
	margin: 2.5em 0 2em 0;
	background: #f4f4f4;
	-moz-border-radius: 5x;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #c9d8dc;
	}
	
fieldset legend {
	position: relative;
	}
	
fieldset legend span {
	position: absolute;
	display: block;
	top: -15px;
	left: 30px;
	width: auto;
	background: #1385b0;
	padding: 5px 15px;
	font-size: .88em;
	text-shadow: 0 -1px 0 #3d5713;
	line-height: 20px;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 2px 0 #d3d3d3;
	-webkit-box-shadow: 0 2px 0 #d3d3d3;
	box-shadow: 0 2px 0 #d3d3d3;
	}
		
		
fieldset .content {
	position: relative;
	padding: 40px 30px 30px;
	}
	
.seperator{
    margin: 1.75em 0;
    min-height: 1px;
    border-bottom: dotted 2px #c9d8dc;
} * html .seperator{ height: 1px; }
	
/*
Fieldgroup
*/

.field-group
 {
	min-height: 1px;
	margin: 0 0 1em 0;
	position: relative;
	clear: both;
	}
	
	.field-group:after  {		content: ".";		height: 0;		display: block;		clear: both;		visibility: hidden;		}
	* html .field-group {height: 1px;	}
	

/*
all fields
*/
	
.field label
 {
 	display: block;
	text-align: left;
	color: #444;
	font-weight: normal;
	font-size: .875em;
	
	line-height: 1.25em;
	margin: 0 0 .1em 0;
	}
	
		
	.field label em {
		font-size: .75em;
		color: #777;
		}
	
	.field .text,
	.field select,
	.field textarea,
	.search-page .text{
		border: 1px solid #a2adb1;
		background: #fff;
		font-size: 1em;
		padding: 5px 5px 5px 5px;
        min-height: 18px;
        line-height: 1.4em;
		-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
		-moz-box-shadow: 0 1px 0 #fff;
		-webkit-box-shadow: 0 1px 0 #fff;
		box-shadow: 0 1px 0 #fff;
		color: #444;
		margin: 0 0 0 0;
		}
		
	 .field .watermark{
	    color: #9f9f9f;
	    font-style: italic;
	}
	
	.field .focus {
		background: #fff;
		border-color: #254f72;
		}
	
/*
Checkboxes
*/	
	
.checkbox label {
	position: relative;
	padding: 0 0 0 20px;
	
	color: #333;
	font-weight: bold;
	font-size: .75em;	
	}
	
	.checkbox .checkbox {
		position: absolute;
		top: 0;
		left: 0;
		}

/*
Button groups
*/		
		
.button-group {
	margin: 1em 0 1.5em;
	background: #f4f4f4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 30px 25px;
    border: solid 1px #c9d8dc;
	min-height: 1px;
	} * html .button-group{ height: 1px; } .button-group:after { content: "."; height: 0; display: block; clear: both; visibility: hidden; }


fieldset .button-group{
    background: none;
    padding: 20px 0 0;
    border: none;
    border-top: dotted 2px #c9d8dc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 1em 0 0;
}
	
/* When a field occurs within a field-group */
.field-group .field {
	float: left;
	margin: 0 1em 0 0;
	position: relative;
	}
	
	
/* field group sizes */
	.field .text,
	.field input[type='text'],
	.field textarea	    {	width: 415px;	} /* Default */
	
	.field textarea{ font-size: .88em; line-height: 1.4em; }
	
	.medium .text,
	.medium input[type='text']		{	width: 190px;	}

	.short .text,
	.short input[type='text']		{	width: 70px;	}
	
 
	
/* Errors */

.error-message {
	position: absolute;
	display: none;
	background: #c82830;
	top: -52px;
	left: -10px;
	width: auto;
	padding: 10px;
	font-size: .75em;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	white-space: nowrap;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
	}
	
	.error-message .pointer {
		position: absolute;
		bottom: -8px;
		left: 12px;
		width: 10px;
		height: 8px;
		background: url(error-message.pointer.gif) no-repeat 0 0;
		}
	
.error-marker {
	background: url(error-marker.gif) no-repeat right 0;
	width: 15px;
	height: 13px;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	position: relative;
	top: 3px;
	cursor: pointer;
	}

.field-error .text,
.field-error select,
.field-error textarea
 {
	background: #fef7f8;
	border-color: #c82830;
	}
	

/* radio lists */

.radio-list label{
    float: left;
    clear: none;
    margin: 0 20px 0 0;
}

.radio-list table{
    border: none;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
}

.wizard .radio-list td{
    border: none;
    margin: 0;
    padding: 5px 30px 5px 20px;
}

.radio-list input{
    float: left;
    margin: 2px 5px 0 0;
}

.radio-list td label{
    font-size: .88em;
    line-height: 1.4em;
    float: left;
    width: auto;
}

/* buttons */

input.btn,
.btn{
    display: block;
    height: 42px;
    margin: 0 15px 0 0;
    padding: 0 20px 0;
    line-height: 42px;
    background-image: url(btn.gif);
    background-repeat: repeat-x;
    background-position: 0 0;
    cursor: pointer;
    float: left;
    border: none;
    border-left: solid 1px #55a51c;
    border-right: solid 1px #55a51c;
    border-bottom: solid 1px #c3c6c7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: .88em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #3e810e;
}

input.btn:hover,
.btn:hover{
    background-position: 0 -42px;
    text-decoration: none;
}

input.secondary,
a.secondary{
    background-image: url(btn.secondary.gif);
    text-shadow: 0 1px 0 #6b6b6b;
    border-right: solid 1px #747679;
    border-left: solid 1px #747679;
}

input.blue,
a.blue{
    background-image: url(btn.blue.gif);
    text-shadow: 0 1px 0 #0983b2;
    border-right: solid 1px #00a0df;
    border-left: solid 1px #00a0df;
}

input.sml,
.sml{
    background-image: url(btn.sml.gif);
    text-shadow: 0 1px 0 #3e810e;
    border-left: solid 1px #55a51c;
    border-right: solid 1px #55a51c;
    height: 31px;
    line-height: 30px;
    font-size: .75em;
}

input.sml:hover,
.sml:hover{
    background-position: 0 -30px;
    text-decoration: none;
}

input.sml-blue,
a.sml-blue{
    background-image: url(btn.sml-blue.gif);
    text-shadow: 0 1px 0 #0983b2;
    border-right: solid 1px #00a0df;
    border-left: solid 1px #00a0df;
}

input.sml-secondary,
a.sml-secondary{
    background-image: url(btn.sml-secondary.gif);
    text-shadow: 0 1px 0 #6b6b6b;
    border-right: solid 1px #747679;
    border-left: solid 1px #747679;
}

.wizard{
    border: none;
    padding: 0;
    width: 100%;
    position: relative;
    min-height: 1px;
}

h1 + .wizard{
    margin-top: -1em;
}

.wizard h2{
    margin-top: 0;
}

.wizard td{
    border: none;
    padding: 0;
}

.wizard h3.question{
    margin: 0px 0 1em;
    line-height: 1.4em;
}
