/*++++ contact form styles +++++*/

form{margin:0;padding:20px 0 0 0;}
.news-form{padding:5px 15px;background:#f3f3f3;}

form div{
 display:block;
 clear:left;
}

label,input {
 display: block;
 width: 200px;
 float: left;
 margin-bottom: 10px;
}

.news-form input, .news-form textarea{width:100%;margin-bottom:5px;border:1px solid #ddd;}
.news-form select{margin-bottom:5px;}
.news-form textarea{height:150px;font-family:tahoma;line-height:2em;font-size:1.2em;}

.news-form #newsTitle{color:#50138A;font-family:"Trebuchet MS","Lucida Sans",Verdana,Arial,Helvetica,sans-serif;font-size:1.5em;font-weight:bold;}

label {
 text-align: right;
 width: 70px;
 font-size:1.1em;
 padding: 3px 5px 0 0 ;
}

.news-form label{float:none;text-align:left;margin-bottom:0;}

input, textarea, select{
 color: #261b11;
 background: white;
 border: 1px solid #999;
 font-weight:normal;
}

.hidden{display:none;}

.button{
 position:relative;
 margin:10px 15px 0px 0px;
 color: #fff;
 background: #50138A;
 border: 1px solid #c0d8f4;
 padding:2px;
 width:65px;
 font-size:1em;
 font-family:verdana;
}

.news-form input.button{width:65px;}

form fieldset{
 font-size: .8em;
 border-color: #50138A;
 border-width: 1px 0 0 0;
 border-style: solid none none solid;
 padding: 0 0 10px 0;
 margin: 2em 0 0 0;
 width:350px;
}

.news-form fieldset{width:auto;}

form em{
 color:#50138A;
}



form fieldset legend {
 font-size: 1.2em;  line-height: 1.8em;
 font-weight: bold;
 margin: 0 0 1em 0;
 padding: 0 1em;
 color: #666;
}

.news-form fieldset legend {padding-left:0;}