html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 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;
}

/* remember to define focus styles! */

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: white;
    background-color: #34332f;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* wrapper styles (goes around everything inc top and footer) */

#wrapper {
    position: relative;
    width: 860px;
    margin: 20px auto 0 auto;
}

#wrapper h1.berklee {
    height: 40px;
    background: transparent url(/welcome/images/berklee-digi-logo-trans.png) center left no-repeat;
    margin: 0 0 10px 12px;
    text-indent: -9999px;
    vertical-align: bottom;
    display: block;
}

#wrapper span.berklee-blurb {
    position: absolute;
    left: 112px;
    top: 32px;
    color: #b3b3b3;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 60%;
}


/* default text styles */
h2 {
    font-size: 170%;
    font-weight: normal;
}

p, ul, h4 {
    font-family: verdana, arial, sans-serif;
}

em {
    font-style: italic;
}

/*overlay image styles*/

img#overlay-img {
    position: absolute;
    top: 30px;
    left: 332px;
    z-index: 1;
}

/* contact for questions block */

#questions {
    position: absolute;
    top: 15px;
    right: -10px;
    width: 328px;
}

#questions p {
    font-size: 70%;
}

#questions p strong {
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
}

/* #landing-page wraps around the blocked out section (not the top berklee logo + questions but does include footer) */

#landing-page {
    background: transparent url(/images/marketing/form-bg.gif) repeat-y;
    padding: 0 0 0 10px;
}

/* column of all course information */

div#course-info {
    float: left;
    width: 502px;
}

/* this has the name of the course and the short summary */
div#course-details {
    width: 502px;
    padding: 13px 0 20px 0;
}

div#course-details p.course-blurb {
    margin: 1em 0 0 0;
    line-height: 1.5;
    font-family: verdana, arial, sans-serif;
    font-size: 75%;
    width: 320px;
}

#course-details h2 {
    color: #b6b6b6;
    font-family: Arial, Helvetica, sans-serif;
    width: 330px;
}

h2 span.course-name {
    color: #ffd31d;
}

h2 span.professor-name {
    color: #fff;
	font-size: 60%;
}

/* Berkee offers list */

div#berklee-offers {
    width: 492px;
    padding: 12px 10px 16px 0;
    display: block; /* make this display: block; if you want this to show up! display: none; to hide */
}

div#berklee-offers div.bucket-left, div#berklee-offers div.bucket-right {
    width: 235px;
    float: left;
    margin: 15px 0 0 0;
}

div#berklee-offers h4 {
    text-transform: uppercase;
    color: #b5b5b4;
    font-size: 80%;
}

div#berklee-offers ul {
    list-style: disc;
    list-style-position: inside;
    color: #999;
    font-size: 70%;
}

div#berklee-offers ul li {
    padding-left: 2px;
}

div#berklee-offers p {
    color: #b5b5b4;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 80%;
    line-height: 1.3;
}

div#berklee-offers a {
    color: #ffd31d;
    text-decoration: none;
}

div#berklee-offers ul li {
    line-height: 1.5;
}

/* course features - block with icons on what this lesson includes */

div#course-features {
    background: #1c1c1a url(/images/marketing/icon-background-trans.png) no-repeat;
    position: relative;
    margin: 0 0 0 -10px;
    padding: 16px 0 0 10px;
    height: 166px;
    width: 502px;
    border-top: 1px solid #34332f;
    border-bottom: 1px solid #34332f;
    z-index: 2;
}

div#course-features ul li {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 80%;
    float: left;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 100px 0 0 0;
}

/* this is where each of the icons are added */
div#course-features ul li.feature1 {
    background: transparent url(/images/marketing/icon-videos-trans.png) no-repeat;
    width: 121px;
}


div#course-features ul li.feature2 {
    background: transparent url(/welcome/images/ptIconLp-yellow-trans.png) no-repeat;
    width: 124px;
}

div#course-features ul li.feature3 {
    background: transparent url(/images/marketing/icon-mp3-trans.png) no-repeat;
    width: 128px;
}

div#course-features ul li.feature4 {
    background: transparent url(/images/marketing/icon-signup-trans.png) no-repeat;
    width: 129px;
}

div#course-features p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 80%;
}

div#course-features em {
    color: #ffd31d;
    font-style: normal;
}

/* form column styles */

div#form {
    position: relative;
    z-index: 0;
    float: right;
    width: 348px;
    color: #000;
    background-color: #fff;
}

div#form form {
    margin: 2px 10px 15px -10px;
	/*padding:15px 10px 15px 15px;*/
}

/* styles for the form header */


div#form #form-head {
    height: 54px;
    background: #ffd31d none;
    padding: 15px 0 0 0;
}
div#form #form-content {
	padding:0;
	margin:0;
}

div.FormBoxBackground {
	padding: 0 0 0 20px;
	margin:0;
}

div#form #form-head span {
    float: right;
    font-size: 60%;
    color: #7f690e;
    padding: 8px 0 0 0;
    font-family: verdana, arial, sans-serif;
}

div#form #form-head h4 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 75%;
    line-height: 1.2;
    padding: 7px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    clear: both;
    width: 260px;
}
/* styling parts of the form */

div#form form fieldset.inputs input {
    width: 186px;
    _width: 170px; /*for ie6*/
    font-size: 13px;
    float: left;
    margin: 0 0 13px 0;
    border: 1px solid #999;
    border-top: 1px solid #3e3d39;
}

/* for the input fields that have additional info underneath them for clarification */

div#form form fieldset.inputs input.has-note {
    margin: 0;
}

div#form form fieldset.inputs span.note {
    clear: both;
    color: #999;
    font-size: 60%;
    padding: 2px 0;
    font-family: verdana, arial, sans-serif;
    margin-left: 148px;
    display: block;
}

div#form form fieldset legend {
    text-indent: -9999px;
    height: 1px;
}

div#form form fieldset.inputs label {
    float: left;
    clear: both;
    text-align: right;
    width: 143px;
    font-size: 70%;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 5px 0 0;
}

div#form form fieldset.checks {
    margin: 14px 0 10px 0;
}

div#form form fieldset.checks input {
    margin: 0 0 0 16px;
    float: left;
    clear: left;
}

div#form form fieldset.checks label {
    font-size: 60%;
    display: block;
    width:297px;
    _width: 290px; /*for ie6*/
    margin-bottom: 10px;
    float: left;
    line-height: 1.2;
    padding: 0 0 0 5px;
    font-family: verdana, arial, sans-serif;
}

div#form form label span.required {
    color: #ff3333;
}

div#form span.secure {
    font-family: verdana, arial, sans-serif;
    background: transparent url(/images/marketing/secure.gif) left center no-repeat;
    font-size: 60%;
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 0 40px 0 20px;
    margin: 0 0 0 16px;
    float: left;
}

/* already registered section */

#form div#already-registered {
    border-top: 1px solid #999;
    margin: 0 0 15px 0;
    padding: 28px 0 0 0;
    clear: both;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: 60%;
}

#form div#already-registered a {
    color: #003ca9;
}

#form #already-registered p {
    text-align: center;
    color: #999;
    padding: 0 0 2em 0;
}

#form #already-registered p a.registered {
    font-weight: bold;
}

/* about berklee tabbed box styles */

#about-berklee {
    font-size: 80%;
    line-height: 1.2;
    position: relative;
    margin: 0 0 0 -10px;
    width: 512px;
    height: 220px;
    color: #333;
    background: #e5e5e5 none;
}

#about-berklee h3 a {
    display: block;
    float: left;
    width: 80px;
    padding: 0 10px;
    color: #ffd31d;
    font-family: verdana, arial, sans-serif;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #333;
    height: 46px;
    background: transparent url(/images/marketing/tabbed-bg.gif) repeat-x;
    line-height: 1.3;
}

#about-berklee h3 a.last {
    border-right: none;
    width: 88px;
}

#about-berklee h3 a:hover {
    color: #fff;
}

#about-berklee h3 a.selected {
    background: #e5e5e5 none;
    color: #333;
    text-decoration: none;
    cursor: default;
}

#about-berklee h3 a.selected:hover {
    color: #333;
}

#about-berklee p.selected {
    color: #333;
}

#about-berklee p {
    position: absolute;
    top: 56px;
    left: 10px;
    padding-right: 15px;
}

/*footer styles*/

#footer {
    height: 46px;
    margin: 0 0 20px -10px;
    padding: 0 0 0 20px;
    background: #34332F url(/images/marketing/berklee-college-logo-trans.png) no-repeat;
    clear: both;
}

#footer p {
    color: #B3B3B3;
    font-size: 60%;
    line-height: 46px;
    text-align: center;
}

/*other styles */

div.clear-floats {
    clear: both;
}

div.footer_cell {
    display: none;
}

div.footer_nav {
    display: none;
}

div.legal_info {
    display: none;
}

.formField    {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
font-weight:bold;
vertical-align:middle;
padding-right:0px; 
padding-top:4px;

}

