@charset "utf-8";
/* CSS Document */

html, body	{
	height: 100%;
	}

h2{
  font-weight: bold;
  color: black;
  font-size: 24px;
  alignment-adjust:central;	
	}

	
.labelFont{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	}
	
.heighttext{
height:25px;
width:289px;
border:1px solid #999;
}
.htext{
height:25px;
width:200px;
}

.info, .error, .success {
/*border: 2px dotted;
margin: 10px 0px;
padding:0px 0px 0px 50px;*/
background-repeat: no-repeat;
background-position: 10px center;
}

.info {
color: #00529B;
background-color: #BDE5F8;
}

/*.error {
color: #D8000C;
background-color: #FE97AB;
background-image: url('images/error.png');
}*/
.msg.error {
    border: 2px solid #FFAEAE;
    background-color: #FEEBEB;
    width:66%; 
    margin-left:15%;
    color:#F00;
}
.success {
color: #333;
background-color: #EAF7D9;
border:2px solid #BBDF8D;
padding: 10px 10px;
}

.facultyleft span
{ margin:4px 10px;
}
.facultyleft
{margin:5px 20px 0px 0px;
float:left;
}
.facultyright span
{ margin:4px 10px;
}
.facultyright
{margin:5px 20px 0px 20px;
float:left;
}