/* default form styles *********************************************************/
.form-element label{
	float:left;
	display:block;
	width:100px;
	padding:2px 0;
	line-height:16px;
}

input,textarea,select{
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* BUTTONS ************************************************************************************************/
.buttons{
	height:30px;
	margin:10px 0px 5px 0px;
	text-align:center;
}
.search-links{
	text-align:left;
}

.buttons a, .buttons button, .buttons input{
    /*display:block;
    float:left;*/
    margin:0 5px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#1C5CA4;
    cursor:pointer;
    padding:7px 10px 6px 7px; /* Links */
	white-space:nowrap;
}

.buttons button, .buttons input{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type], .buttons input[type="button"]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type], *:first-child+html input[type="button"]{
    padding:4px 10px 4px 7px; /* IE7 */
}

.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#1C5CA4;
}

.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
    color:#529214;
}

.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}

.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

/* SEARCH */
button.search, .buttons a.search{
    color:#fff;
	background:#5db6f4;
	border:1px solid #095c9d;
}

button.search:hover, .buttons a.search:hover{
    background:#095c9d;
    border:1px solid #095c9d;
    color:#fff;
}

/* SEARCH  LIST*/
button.profile, .buttons a.profile{
    color:#FF7F05;
}

/* ENQUIRY */
button.enquiry-btn{
    color:#FF7F04;
	font-size:16px;
}

button.enquiry-btn:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

/* custom form styles *********************************************************/
/* enquiry form styles *********************************************************/
#enquiry-form .form-element{
	color:#1c5ca4;
	font-size:12px;
	padding:8px 0;
	clear:left;
	line-height:16px;
}

#enquiry-form .form-element label{
	width:280px;
	float:none;
	color:#fff;
	display:block;
	margin-bottom:2px;
	padding:0px;
}

#enquiry-form input, #enquiry-form textarea, #enquiry-form select{
	border:none;
	width:280px;
	margin:0px;
}

.form-element input.date-input, .input input.date-input{
	background:#fff url(../../img/calendar.png) no-repeat;
	background-position:95% 0;
}
#enquiry-form .buttons button{
	margin:0px;
}
	
/* search form styles *********************************************************/
#search .form-element{
	float:left;
}

#search .select select{
	width:160px;
	margin-top:15px;
	color:#095c9d;
}
*:first-child+html #search .select select{
	margin-top:0px;
}
*:first-child+html #search .select #schoolCountryDrop{
	margin-top:15px;
}

#search .select select.category-select{
	width:290px;
}

#search .input input{
	width:160px;
	margin-top:15px;
	color:#095c9d;
}
*:first-child+html #search .input input{
	margin-top:0px;
}

#search .submit button{
	margin-top:10px;
}
*:first-child+html #search .submit button{
	margin-top:0px;
}

#search .input input.info-keywords{
	width:500px;
}

/* newsletter form styles *********************************************************/
#newsletter .newsletter-fields{
	float:left;
	width:280px;
	margin-left:10px;
}
#newsletter .newsletter-submit{
	float:left;
	width:65px;
}

#newsletter .form-element{
	height:20px;
}

#newsletter .input input{
	width:185px;
	color:#095c9d;
}

#newsletter .buttons{
	float:right;
	width:65px;
	text-align:center;
}
#newsletter .buttons button{
	margin:0px;
}
#newsletter .form-element label{
	width:80px;
}

/********************************/
.form-element .req{
	color:#cc0000;
	float:none;
	padding:0px;
}
