﻿/*-------------local styles------------*/
#errorMessage {
	float: left;
    margin: 34px 0 0 67px;
    padding:30px;
    width: 580px;
}
#errorMessage H1{
	color: #232120;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.15em;
    margin-bottom: 28px;
}
#errorMessage h2 {
    color: #232120;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 12px;
}
#errorMessage ul {
    margin: 0 0 15px 26px;
}
.bullet li {
	background: url("/SiteElements/images/CorporateWeb/StudyHere/bullet-red.png") no-repeat scroll 0 6px transparent !important;
	}
#errorMessage ul li {
    background: url("/SiteElements/images/CorporateWeb/StudyHere/link_button.gif") no-repeat scroll 0 4px transparent;
    color: #232120;
    font-size: 1.3em;
    line-height: 1.3em;
    list-style-type: none;
    margin-bottom: 4px;
    padding: 0 0 0 16px;
}
#errorMessage p{
	color: #232120;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.example{
	padding:0px 0 20px 20px;
	float:right;
}
.icon {
	padding:0 8px 0 0;
}
.defaultLinks {
	clear:both;
	border-top:1px dashed #cecac5;
	padding: 10px 0 0 0;
}
#contentArea {
	min-height: 340px;
}
.error401{
	background: transparent url('../images/401-alert.png') no-repeat -150px -100px !important;
}
.error404{
	background: transparent url('../images/404-alert.png') no-repeat -150px -100px !important;
}
.error500{
	background: transparent url('../images/500-alert.png') no-repeat -150px -100px !important;
}

#errorMessage b {
	font-weight:bold;
	color:#d81e05;
}

/*.search {
	padding:15px 0;
}*/
.inputField {
	padding-left:8px;
	border: 1px solid #AEA79F !important;
    font-size: 1.2em !important;
    line-height:1.8em;
    font-weight: normal;
    height: 25px;
    width: 230px;
    margin-right:5px;
}
.SearchBtn {
	font-size:1.3em;
	width:75px;
	height:29px;
}