﻿/***
==== Page Messages ====
***/

.page-messages {
	margin: 1em 0 3em;
	background: #333;
	color: #fff;
	padding: 1em;
	-moz-border-radius: 5px;
	}
/*
Critical
*/
.pagemessage-critical {
	border:1px solid #c82830;
	color: #74282b;
	background:#fff;
	}

.critical{
	background: url(error-marker.gif) no-repeat;
	background-position:0px 4px;padding-left:20px;
}

.form{
    min-height: 1px;
    position: relative;
}

/*
Fieldsets
*/
fieldset {
    
	position: relative;
	margin: 2em 0;
	border:1px solid #cccccc;
	-moz-border-radius: 10px;
	width:500px;
	float:left;
	}
	
fieldset legend {
	position: relative;
	}
	
fieldset legend span {
	position: absolute;
	display: block;
	top: -30px;
	left: 0px;
	width: auto;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1.25em;
	white-space: nowrap;
	font-weight: bold;
	color: #666;
	}
		
		
fieldset .content {
	position: relative;
	padding: 40px 30px 30px;
	min-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;
	position: relative;
	min-height: 1px;
	line-height: 1.25em;
	margin: 0 0 .1em 0;
	} * html .field label{ height: 1px; }
	
		
	.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, Tahoma, Sans-Serif;
		-moz-border-radius: 3px;

		}
		
	.field .focus {
		border-color: #009900;
		}
	
/*
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;
	min-height: 1px;
	position: relative;
	}		
		
.button-group .button {
	padding: 5px 10px;
	background:url(submitBig.png) no-repeat;
	width:129px;
	height:40px;
	border:none;
	cursor:pointer;
	display:block;
	text-indent:-9000px;
	text-transform:uppercase;
	}

	
/* 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;	}
	.short .text		{	width: 100px;	}
	
	
/* Errors */

.error-message {
	position: absolute;
	display: none;
	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;
	background:#c82830;
	-moz-border-radius: 5px;

	}
	
	.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
 {

	border-color: #c82830;
	}
	
	
/* vcard */

.vcard {
	float:left;
	width:325px;
	margin-top:20px;
	color:#666666;
	font-size:1em;
	line-height:1.5em;
}

#consultant-order input{
    margin: 0 auto;
}