﻿/***
==== 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: #7a1315;
	color: #fff;
	}


/*
Fieldsets
*/
fieldset {
    
	position: relative;
	margin: 2em 0;

	/* sbackground: #dfdbd2 url(fieldset.gif) no-repeat right bottom; */
	
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	}
	
fieldset legend {
	position: relative;
	}
	
fieldset legend span {
	position: absolute;
	display: block;
	top: -15px;
	left: 30px;
	
	width: auto;
	
	background: #2c3a79;
	
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1.25em;
	white-space: nowrap;
	
	font-weight: normal;
	color: #fff;
	
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 2px 0 #ccc;
	}
		
		
fieldset .content {
	position: relative;
	padding: 40px 0 30px;
	margin: 0 !important;
	min-height: 1px !important;
	}
	
	
/*
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: right;
	color: #444;
	font-weight: normal;
	font-size: .875em;
	
	line-height: 1.25em;
	margin: 0 0 .1em 0;
	padding: .5em 1em 0 0;
		
	float: left;
	width: 125px;
	}
	
		
	.field label em {
		font-size: .75em;
		color: #777;
		}
	
	.field .text,
	.field select,
	.field textarea {
		padding: 5px;
		border: 1px solid #aaa;
		font-size: 1em;
		font-family:Arial, Helvetica, Sans-Serif;
		-moz-border-radius: 3px;
		-moz-box-shadow: 0 1px 0 #fff;
		}
		
	.msie7 .field select {
		margin: 5px 5px 5px 0;
		}
		
	.field .focus {
		border-color: #0476ff;
		}
	
/*
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 0;
	text-align: right;

	border: 1px solid #ccc;
	border-width: 1px 0 0;
	
	padding: 1em 0 0;	
	}		
		
.button-group .button {
	padding: 5px 10px;
	}

	
/* When a field occurs within a field-group */
.field-group .field {
	float: left;
	margin: 0 1em .25em 0;
	position: relative;
	}
	
	
/* field group sizes */
	.field .text,
	.field textarea	    {	width: 300px;	} /* Default */
	
	.medium .text		{	width: 200px;	}
	.short .text		{	width: 100px;	}
	.tiny .text			{	width: 30px;	}
	
	
/* field label sizes */
    .field label        {   width: 125px;   } /* default */
       
    .long-label label   {   width: 290px    }
    .medium-label label {   width: 100px;   }
    .short-label label  {   width: 75px;   }
    .tiny-label label   {   width: 50px;    }	
	
	
/* Errors */

.error-message {
	position: absolute;
	display: none;
	background: #c82830;
	top: -45px;
	left: 104px;
	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: inline-block;

	margin: 0 3px 0 0;
	position: relative;
	top: 3px;
	right: -7px;
	cursor: pointer;
	}

.msie7 .error-marker {
	top: -1px;
	}

.field-error .text,
.field-error select,
.field-error textarea
 {
	background: #fef7f8;
	border-color: #c82830;
	}

	
/* Buttons */

.button {
	text-indent: -9000px;
	border: none;
	padding: 0 !important;
	cursor: pointer;
	text-transform:uppercase;
	}	
	
.button-register {
	width: 190px;
	height: 65px;
	background: url(register.gif);
	}
	
.button-group .send {
	width: 124px;
	height: 65px;
	margin-right:140px;
	background: url(send.gif);
	}	
	
/* Custom */

.line-total {
	font-size: .875em;
	font-weight: bold;
	padding: .25em 0 0 1em;
	
	position:absolute;
	top: 0;
	right: 160px;
	}
	
	
	
	