@charset "utf-8";
#header {
	height: 30px;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #606060;
	float: left;
	width: 300px;
	display: inline;
	margin: 0;
}
#search-top {
	background-color: #A5A6A6;
	padding: 5px;
	height: 20px;
	background-image: url(images/search-corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#search-top .collapse {
	display: inline;
	width: 120px;
	float: right;
	padding-top: 4px;
}
#search-bottom {
	border: 1px solid #E3E3E3;
	clear: both;
	float: left;
	width: 100%;
}
#search #col1 {
	display: inline;
	padding: 10px;
	float: left;
	width: 260px;
}
#search label {
	display: inline;
	float: left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;	
}
#search #col2 {
	display: inline;
	padding: 10px;
	float: left;
	width: 260px;
}
#search #col3 {
	display: inline;
	padding: 10px;
	float: left;
	width: 260px;
}

#header .buttons {
	float: right;
	width: 330px;
}
#header .course-buttons {
	float: right;
	width: 190px;
}
#search h1 {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	display: inline;
	text-transform: uppercase;
	float: left;
	margin: 0;
}
#search #search-top img {
float: left; 
display:inline;
padding-right: 8px;
}

#course-details #top {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A5A6A6;
	border-bottom-color: #A5A6A6;
	padding: 12px;
}
#course-details #bottom {
	background-color: #CCCCCC;
}
#course-details h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #606060;
	margin: 0;
}
#course-details p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #606060;
	margin: 5 0 15;
}
#course-footer {
	display: block;
	height: 30px;
	background-color: #EBEBEB;
	padding: 7px;
	margin-bottom:20px;
	margin-top: 10px;
	
}
.course-info td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 35px;
}
#top .book-button, #course-footer .book-button {
	display: inline;
	float: right;
}
#top .return-button, #course-footer .return-button {
	display: inline;
	float: left;
}
#clearboth{
clear: both;
}
fieldset {
  padding: 1em;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top:20px;
  }
label {
  float:left;
  width:100px;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
.stripeMe thead th {
	background: #949595;
	height: 32px;
	color: #ffffff;
	text-transform: uppercase;
}