.info, .success, .warning, .error {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/icon-info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/icon-success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/icon-warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/icon-error.png');
}


body {
	padding-top: 20px;
	padding-bottom: 60px;
}


div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form tr, form td {
	vertical-align: top;
	font-weight: normal;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

/* Custom container */
.container {
	margin: 0 auto;
	max-width: 800px;
}
.container > hr {
	margin: 60px 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#icons i {
	padding:8px;
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
		 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
					box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="email"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

.about {
	border-bottom: 10px dotted black;
	cursor:help;
}

.confession {
	padding:10px;
	border-bottom:1px solid #DDDDDD;
}

#selectschool {
	font-size:1.6em; 
	font-weight: bold; 
	height:50px;
}

.conflink {
	font-weight: bold;
	display: inline;
	padding:10px;
	font-size:1.2em;
}

.whitelink:hover {
	color:white;
}

.whitelink {
	color:white;
}

