/* scholarship applications */

fieldset {
        border:none;
}

#applicationForm {
        padding:30px 30px;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #2F2310;
}

#appOnline ul {
        list-style-type: none;
        margin:0;
        padding:0;
}

#applicationForm p {
        padding:10px 0;
        margin:0;
}

#applicationForm p.lessWide {
        padding:0 90px;
}

p.lessWide a, p.lessWide a:link, p.lessWide a:visited {
        color: #9A5825;
	text-decoration: none;
}

p.lessWide a:hover, p.lessWide a:active {
        text-decoration: underline;
}

#applicationForm label {
        padding:0 0 0 5px;
}

#applicationForm input {
        margin:0 3px;
}

#applicationForm select {
        margin:0 3px;
}

#applicationForm input[type="radio"] {
        margin:0 0 0 10px;
        width:10px;
}

#applicationForm legend {
        font-weight:bold;
}
#applicationForm textarea {
        resize: none;
}

#flashMessage {
        margin:0 auto;
        text-align: center;
        color:#600;
        width:800px;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
}

#steps {
        margin:20px 0 20px 0;
}

#MwsRenewalAddForm, #MwsMainFieldAddForm {
        margin:0 50px;
}

.inputTextMix input {
        margin:0;
}

.form-error {
        background: #a3b7bf;
}

.error-message {
        /* display:none; */
}

.error-message:hover {
}

.inlineDiv {
        display:inline;
}

.required input {
        border:2px solid #36414B;
}

.inputExample {
        background: #fff;
        border:2px solid #36414B;
        font-family:arial, sans-serif;
        padding:3px;
}

.tooltip {
        background-color:rgb(94, 101, 109);
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:center;
	font-size:12px;

        /* transparency */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

/* misc */

.strong {
        font-weight:bold;
}

.center {
        text-align: center;
}

.clear {
        clear:both;
}