/* CSS Document */

#studyabroad p {
      font-size: 1em;
}

#header h1 {
	font-size: 1.9em;
	color: #FFFFFF;
	background-image: url("http://www.smcm.edu/publicsafety-new/_assets/images/background/patch_logo.png");
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 90px;
	margin-left: 250px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100px;
	font-weight: normal;
	}
/*SILENT WITNESS FORM*/
fieldset {
    border:solid #999;
    border-width:1px;
    margin-bottom:10px;
}
legend {
    font-family:Georgia,"Times New Roman",Times,serif;
    text-transform:uppercase;
    font-size:0.9em;
    color:#333;
}
#silwit ul {
    list-style:none;
    margin:0;
    padding:0;
}
.label {
    font-size:0.9em;
    display:block;
}
#contact input {
    width:200px;
}
#silwit select, #silwit input[type='text'], #silwit ul {
    margin-bottom:10px;
}
/*Errors*/
.err {
    font-weight:bold;
    color:#DD0000;
}    
/*Subfieldsets*/
fieldset fieldset {
    background:#DDD;
    margin-right:50px;
}
fieldset fieldset legend {
    background:#DDD;
    border:1px solid #999;
}
/*Description fields*/
#description, #suspect {
    height:75px;
    margin-bottom:10px;
}
#description, #suspect, #other_desc {
    width:400px;
}
