/* ======================================================== */
/* FORM STYLES */
/* ======================================================== */

.ddl-style
{
	border-bottom: dotted 1px black;
	
}

input, select {
	font-size: 10px;
	}


fieldset {
	border: 1px solid #B57188;
	padding: 5px;
	}	
.contact {
	border: 1px solid #B57188;
	padding: 5px;
	}
.align-center
{
	text-align:center;
}
.contact-width {width:97%}
.details-width {width:97%}
.corp-width {width:97%}

.contact p, h2
{
	text-align:left;
}
.contact .label
{
	padding-right:5px;
}

legend.courseFinder {
	padding:2px 5px;
	font-weight: bold;
	background-color: #ffffff;
	}
div.row {
  clear: both;
  padding-top: 2px;
  }
div.row span.label {
  float: left;
  width: 40%;
  text-align: right;
  }
div.row span.formw {
  float: right;
  width: 60%;
  text-align: left;
  }