﻿/***
==== 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
*/
#page fieldset {
    
	position: relative;
	margin: 2em 0;
	background: #eaeaea;
	border: solid 1px #d9d9d9;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
	}
	
#page fieldset legend {
	position: relative;
	}
	
fieldset legend span {
	position: absolute;
	display: block;
	top: -15px;
	left: 30px;
	width: auto;
	background: #5B4373;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1.25em;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	-moz-box-shadow: 0 2px 0 #ccc;
    -webkit-box-shadow: 0 2px 0 #ccc;
    box-shadow: 0 2px 0 #ccc;
	}
		
		
fieldset .content {
	position: relative;
	padding: 30px 20px 20px;
	}
	
	
/*
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 {
		padding: 4px;
		border: 1px solid #aaa;
		font-size: 1em;
        background: #f6f6f6;
		-moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
		-moz-box-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 #fff;
        box-shadow: 0 1px 0 #fff;
		}

    .field .watermark{
        color: #afafaf;
        font-style: italic;
    }
		
	.field .focus {
		border-color: #8c8c8c;
        background: #fff;
		}
	
/*
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: 1.5em 0 0;
    min-height: 1px ;
    background: #d5d5d5;
    border: solid 1px #c8c8c8;
    border-bottom: solid 1px #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
	} * html .button-group{ height: 1px; }  .button-group:after  {		content: ".";		height: 0;		display: block;		clear: both;		visibility: hidden;		}	
	

.forgot-password{
    color: #666;
    font-size: 12px;
    display: block;
    float: left;
    width: auto;
    font-style: italic;
    margin: 7px 0 0 20px;
}
	
/* 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: 383px;	} /* Default */
	
	.medium .text		{	width: 180px;	}
	.short .text		{	width: 100px;	}
	
	
/* 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;
	border-color: #c82830;
	}
	

/* btns
  */

.btn-purple,
input.btn-purple{
    padding: 8px 45px 8px 15px;
    color: #fff;
    background: #5b4373 url(btn-purple.gif) no-repeat right 6px;
    text-shadow: 0 1px 0 #433255;
    border: solid 1px #433255;
    width: auto;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
    border-radius: 5px;
    cursor: pointer;
}

    a.btn-purple:hover,
    input.btn-purple:hover {
        background: #71568d url(btn-purple.gif) no-repeat right -34px;
        text-decoration: none;
        }

input.btn-search{
    margin-top: 13px;
    padding: 5px 35px 5px 15px;
   
}

/* ui-autocomplete */

ul.ui-autocomplete{
    background: #fff;
    border-bottom: solid 1px #AAAAAA;
    border-top: none;
    width: 393px !important;
    padding: 0 0 0 1px;
    margin: 5px 0 0;
    list-style: none;
}

.ui-autocomplete li{
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    width: 383px;
    padding: 0px 4px;
    border-left: solid 1px #AAAAAA;
    border-right: solid 1px #AAAAAA;
}

.ui-autocomplete li a{
    color: #888;
    text-decoration: none;
    line-height: 1.4em;
    padding: 2px 0;
    display: block;
    cursor: pointer;
}

.ui-autocomplete li a:hover{
    color: #333;
    font-weight: bold;
    background: #eee;
}
