﻿/***
==== Page Messages ====
***/

.page-messages {
	margin: 1em 0 3em;
	background: #333;
	color: #fff;	
	padding: 1em;	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #ccc;
	}


/*
Critical
*/

.pagemessage-critical {
	background: #fbdfe4;
	color: #74282b;
	}


/*
Fieldsets
*/
fieldset {    
	position: relative;
	margin: 3em 0;
	background: #e6e6e6 url(fieldset.jpg) no-repeat 0 0;
	border: 1px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	-moz-border-radius: 3px;
	min-height: 1px;
	}
	
fieldset legend {
	position: relative;
	}
	
fieldset legend span {
	position: absolute;
	display: block;
	top: -20px;
	left: 30px;	
	width: auto;
	background: #0a4a9c;
	padding: 8px 15px 10px;
	font-size: 1em;
	font-style: italic;
	line-height: 1.25em;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);	
	-moz-border-radius: 2px;

	}
		
		
fieldset .content {
	position: relative;
	padding: 40px 30px 30px;
	}
	
	
/*
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: 1em;
	line-height: 1.25em;
	margin: 0 0 .1em 0;
	}
	
	.long-label label   {   width: 290px; float: left; text-align: right; margin: 7px 10px 0 0;  }

	
		
	.field label em {
		font-size: .75em;
		color: #777;
		}
		
		.field label em strong {
			font-weight: normal;
			color: #333;
			}
	
	.field .text,
	.field select,
	.field textarea {
		padding: 5px;
		border: 1px solid #888888;
		font-size: 1em;		
		-moz-border-radius: 2px;
		-moz-box-shadow: 0 1px 0 #fff;
		background: #f9f9f9;
		height: 1.25em;
		}
		
		.field select {			height: auto; color: #555; display: block;		}
		.field .dd_date{ float: left;   margin: 0 10px 0 0; }
		
	.field .focus {
		border-color: #076481;
		background: #fff;
		}
		
	.field .watermark {
		font-style: italic;
		color: #999;
		}


/*
Checkboxes
*/	

.check{
    position: relative;
    min-height: 1px;
}

.checkbox-list table{   
    padding: 0;
    margin: 0;
}

.checkbox-list td{
    border: none;
    padding: 5px 30px 5px 0;
}

.checkbox-list label {
	position: relative;
	padding: 0 0 0 0px;
	margin: 0;
	color: #333;
	font-weight: bold;
	font-size: .75em;	
	float: left;
	    clear: none;
	}
	
.checkbox-list .checkbox{
    float: left;
    display: block;
    clear: none;
    margin: 2px 7px 0 0;
}

.checkbox{
}

.checkbox label {
	position: relative;
	padding: 0 0 0 30px;
	color: #333;
	font-weight: bold;
	font-size: .75em;	
	}
	
	.checkbox label input {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		float: none;
		margin: 0;
		padding:0;
		}

/*
Button groups
*/		
		
.button-group {
	margin: 1em 0 1em;
	min-height: 1px;
	}		
		
.button-group .button {
	padding: 10px;
	}

	
/* 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 textarea	    {	width: 428px;	} /* Default */
	
	.medium .text		{	width: 200px;	}
	.medium textarea		{	width: 200px;	}
	.short .text		{	width: 100px;	}
	
/* Fieldset note */

fieldset .note {
	border-top: 1px solid #bec0c1;
	padding: 1em 0;
	margin: 2em 0 0;
	
	font-size: .875em;
	color: #444;
	}
	
/* Errors */

.error-message {
	position: absolute;
	display: none;
	background: #c82830;
	top: -43px;
	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;
	-moz-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 !important;
	border-color: #c82830 !important;
	}
	
	
/*
Button sprites
*/


.button-group{
    clear: both;
    float:none;
    text-align:right;
    min-height: 1px;
} * html .button-group{ height: 1px;} .button-group:after{		content: ".";		height: 0;		display: block;		clear: both;		visibility: hidden;		}


.button-group .btn{
    border: solid 1px #032f3d;
    background: #004165 url(btn.gif) repeat-x 0 0;
    padding: 5px 20px;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -moz-box-shadow:0 0 3px #939393;
    margin: 10px 15px 10px 0;
    float: right;
}

.btn:hover{
    background: #00557d url(btn.gif) repeat-x 0 -40px;
}
	
/* File Upload */

.file img {
	padding: 5px;
	background: #fff;
	border: 1px solid #aaa;
	display: block;
	margin: 2em 0;
	
	width: 500px;
	}
	
.file input {
	height: 30px;
	vertical-align: middle;
	}
	
.send {
    background:url(send-btn.gif) no-repeat;
    height:65px;
    width:129px;
    text-indent:-9000px;
    text-transform:uppercase;
    border:none;
    cursor:pointer;
}

.register {
    background:url(register-btn.gif) no-repeat;
    height:65px;
    width:190px;
    text-indent:-9000px;
    text-transform:uppercase;
    border:none;
    cursor:pointer;
}

.cancel {
    background:url(cancel-btn.gif) no-repeat;
    height:65px;
    width:159px;
    text-indent:-9000px;
    text-transform:uppercase;
    border:none;
    cursor:pointer;
}

.subscribe {
    background:url(subscribe-btn.gif) no-repeat;
    height:65px;
    width:209px;
    text-indent:-9000px;
    text-transform:uppercase;
    border:none;
    cursor:pointer;
}

.unsubscribe {
    background:url(unsubscribe-btn.gif) no-repeat;
    height:65px;
    width:246px;
    text-indent:-9000px;
    text-transform:uppercase;
    border:none;
    cursor:pointer;
}