﻿/***
==== 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: 2em 0;

	background: #edf0f1 url(fieldset.gif) no-repeat right bottom;
	border: 1px solid #8da5b7;
	
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ccc;
	
	min-height: 1px;
	}
	
fieldset legend {
	position: relative;
	}
	
fieldset legend span {
	position: absolute;
	display: block;
	top: -20px;
	left: 30px;
	
	width: auto;
	
	background: #3496c1;
	
	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;
	-moz-box-shadow: 0 2px 0 #ccc;
	}
		
		
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: .875em;
	
	line-height: 1.25em;
	margin: 0 0 .1em 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 #798e9d;
		font-size: 1em;
		
		-moz-border-radius: 2px;
		-moz-box-shadow: 0 1px 0 #fff;
		
		height: 1.25em;
		}
		
		.field select {			height: auto; color: #555;			}
		
	.field .focus {
		border-color: #00aeef;
		background: #fff;
		}
		
	.field .watermark {
		font-style: italic;
		color: #999;
		}
	
/*
Checkboxes
*/	

.checkbox-list table{   
    padding: 0;
    margin: 0;
}

.checkbox-list td{
    border: none;
    padding: 5px 40px 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 10px 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 0;
	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;
	position: absolute;
	top: 3px;
	left:0px;
	cursor: pointer;
	}
	
.field-error label {
    margin-left:20px;
}

.field-error .text,
.field-error select,
.field-error textarea
 {
	background: #fef7f8 !important;
	border-color: #c82830 !important;
	}
	
	
/*
Button sprites
*/


.button-group{
    clear: both;
    float:none;
    min-height: 1px;
} * html .button-group{ height: 1px;} .button-group:after{		content: ".";		height: 0;		display: block;		clear: both;		visibility: hidden;		}


.button-group .button {
	display: block;
	border: none;
	padding: 0;
	margin: -4px;
	cursor: pointer;
	
	background-image: url(buttons.gif);
	
	text-indent: -9000px;
	
	min-height: 1px;
	position: relative;
	
	text-transform: uppercase;
	
	}
	
.button-registernow {
	background: url(buttons.gif) 0 0;
	width: 180px;
	height: 55px;
	}
	
.button-sendenquiry {
	background: url(buttons.gif) 0 -55px;
	width: 180px;
	height: 55px;
	}
	
.button-sendreferal {
	background: url(buttons.gif) 0 -169px;
	width: 195px;
	height: 55px;
	float: left;
	display: block;
	}
	
.button-printform {
	background: url(buttons.gif) 0 -224px;
	width: 195px;
	height: 55px;
	display: block;
	float: left;
	margin-right: 12px !important;
	}
	
.button-finish {
	background: url(buttons.gif) 0 -110px;
	width: 130px;
	height: 55px;
	}
	
/* 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;
	}