        

br { clear: both; float: none; }
#wrapper {
    width: 960px;
    margin: 0 auto;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #444444;
}



#wrapper hr { border: none; border-bottom: 1px dashed #ccc; margin: 30px; float: none; clear: both;}



#header {
    text-align: center;
}

#header h1 {
    background: url(/images/ibv2/fancy-header-bg.png) no-repeat;
    width: 840px;
    height: 150px;
    padding: 30px 60px 40px 60px;
    font-family: Impact, sans-serif;
    font-weight: normal;
    font-size: 48px;
    color: #006699;
    text-shadow: -1px 1px 1px #fff;
}



#content {
    text-align: center;
}

#content h2 {
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 30px;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}
#content .video-holder {
    width: 774px;
    height: 438px;
    background: #5c5c5c url(/images/ibv2/video-play-icon.png) center no-repeat;
    margin: 0 auto;
}


/* ul, ol and li code must be copied to template6.phtml to work in editor. */
#content div>ul {
    list-style: none;
    width: 550px !important;
    margin: 30px auto;
    line-height: 1.6em;
	list-style-image:url(/images/ibv2/b7.png);
}

#content>li {
    list-style: none;
    width: 550px !important;
    margin: 0px auto 20px auto;
    line-height: 1.6em;
	list-style-image:url(/images/ibv2/b7.png);
}

#content div ul li {
    text-align: left;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}

#content div>ol {
    width: 550px !important;
    margin: 30px auto;
    line-height: 1.6em;
	list-style-image:none;
}

#content div ol li {
    text-align: left;
    font-size: 18px;
    margin: 20px 0px;
}


#content .form-holder {
    width: 540px;
    margin: 20px auto;
    background: #82b4d6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #333;
    padding-top: 20px;
}

#content .form-holder h3 {
    width: 488px;
    height: 77px;
    margin: 20px auto;
    background: url(/images/ibv2/form-header-bg.png) no-repeat;
    font-weight: normal;
    font-family: Impact, sans-serif;
    font-size: 28px;
    color: #fff;
    text-shadow: -1px -1px 1px #333;
    padding-top: 10px;
}

#content label {
    display: block;
    color: #fff;
    font-weight: bold;
    width: 320px;
    text-align: left;
    margin: 0 auto;
}

#content input[type='text'] {
    width: 300px;
    height: 15px;
    padding: 10px;
    border: 1px solid #999;
    font-weight: bold;
    margin: 10px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#footer {
    padding: 5px;
    border-top: 1px dashed #ccc;
}

#footer p {
    text-align: center;
    color: #999;
}


.required-field { color: #f00; }

