/* reset default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, em, font, img,
dl, dt, dd, ol, ul, li, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body
{
  font-family:Times New Roman, serif;
  line-height:1;
  background: #808080;
  text-align: center;
}

#tbl_course {
    border: 1px solid #000;
    background-color: #FFF;
    font-size: 13px;
    margin-top: 10px;
    padding: 20px;
}

#tbl_course input, #tbl_course textarea {
    border: 1px solid #000;
    background-color: #EEE;
}

#tbl_course tr td {
    vertical-align: top;
    font-weight: bold;
    padding: 5px;
}


#page_course {
    margin-top: 30px;
    text-align: center;
}

#page_course h2{
    margin-bottom: 10px;
    color: #FFF;
    font-weight: bold;
}

#footer {
    margin-top: 25px;
}

#main_course {
    display: block;
    text-align: center;
}

.confirmMessage {
	margin-left: 5px;
	width: 640px;
	margin-top: 25px;
	text-align: center;
}

.confirmMessage ul {
	padding-left: 10px;
	margin: 2px 0px 5px 15px;
	text-align: center;
}

.confirmMessage ul li {
    list-style-image: none;
    list-style-type: none;
    color: #FFF;
    font-weight: bold;
}


.confirmMessageText {
	font-size: 9pt;
	padding-top: 8px;
}

#site_page {
    text-align: center;
    width: 900px;
    margin:0 auto;
    display: block;
    border: 1px solid #0F0;
}

#contact_form {
    width: 500px;
    border: 1px solid #F00;
    display: block;
    margin: 0 auto;
}

#tbl_qcourse {
    border: 1px solid #000;
    background-color: #FFF;
    font-size: 14px;
    margin-top: 10px;
    padding: 20px;
}

#save_cmd {
    font-weight: bold;
}
