


/*------------ Ask a Question Form ----------*/
table           {margin:0 auto; }
legend          {color:#333;padding:0 10px;margin:0;font-size:1.5em;font-weight:400;}
input           {width:250px;}
input,
textarea        {border:1px solid #ccc;padding:5px;margin:10px 0 0 0;}
input:focus,
textarea:focus  {background:#ffc;}

textarea        {font:12px Verdana, Arial, Helvetica, sans-serif; width:250px;}
label           {display:block;margin:12px 0 0;font-weight:700;font-size:12px; padding-left:15px; clear:left; width:145px;}
label:after     {content:":* ";}
.label1			{width:250px;}
.label1:after   {content:"";}

 
.yay, .oops     {font-size:12px;; text-align:center; color:#fff;font-weight:700; height:50px; width:100%; margin:auto; }
.yay            {background:#090;}
.oops           {background:#f30;}
div.error       {font-size: 12px;font-weight:700;padding:8px 0 0;color:#f30;margin:0 0 0 90px;}

.errors{
	color: #EE3200;
	
	/*background-image: url(images/unchecked.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	font-weight: bold;
	font-size:12px;
}

#valerrors{display:none; font-size:12px;}
#valfaculty_name{display:none; font-size:12px;}
#valemail{display:none; font-size:12px;}
#valprogram{display:none; font-size:12px;}
#valinfoneeded{display:none; font-size:12px;}
#valdateneeded{display:none; font-size:12px;}
#valsecurity_code{display:none; font-size:12px;}
#usersuccess{display:none; font-size:12px; }
#success{margin-left:10px;display:none;}

/*----------end form------------------*/

