/** GLOBAL FORM ELEMENTS **/
.btn-green {
  background-color: #71bf44;
  border-color: #71bf44;
  border-radius: 0;
  margin-bottom: 5px;
}
.btn-green:hover {
  background-color: #569232;
  border-color: #569232;
}

input[type="checkbox"]{
	background:red; !important;
	display: block;!important
}

/** COURSE ENQUIRY PAGE **/
#course-form a:link,#course-form a:visited { color:#71bf44;}
#course-form a:hover,#course-form a:active { color:#569232;}
#course-form{padding:30px 0;}
#course-form .course-header{border-bottom:1px solid #CCCCCC; padding-bottom:10px; margin-bottom:20px;}
#course-form h2, #course-form h3{margin-top:10px;}
#course-form h2 a:link, #course-form h2 a:visited,
#course-form h3 a:link, #course-form h3 a:visited{
	color: #58585a;
}
#course-form h3{font-style:italic; font-size:14px;}
#course-form .well{
	border:0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
#course-form .form-control {color: #58585a !important;}
#course-form .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131, 191, 68, 1.0);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(131, 191, 68, 1.0);
}
#course-form .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#course-form .form-control:-ms-input-placeholder {
  color: #999;
}
#course-form .form-control::-webkit-input-placeholder {
  color: #999;
}
#course-form select {border: 1px solid #ccc !important;}
#course-form hr{ height:1px;border-width:0;color:#CCCCCC;background-color:#CCCCCC;}
#course-form .caveat{font-size:12px; font-style:italic}

/* ADDED CSS SYDNEY */
.btn-orange {background-color:#ff9000; border-color: #ff9000; border-radius: 0; margin-bottom: 5px;}
.btn-orange:hover {background-color:#d87a00;  border-color:#d87a00;}

@media (max-width: 391px) {
  .mobile-margin-left-0 {
    margin-left: 0 !important
  }
}

.margin-left-40px {margin-left: 40px;}