﻿body {
    font-family: Cambria, Garamond, "Times New Roman";
    color: #5B554A;
    background: #fdfcdc;
}

img {
    border: none;
}

div.float-clear {
    height: 0px;
    margin: 0px;
    padding: 0px;
    clear: both;
    overflow: hidden;
}

div#pageContainer {
	padding: 0px 20px 0px 20px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background: White;
	border: 1px solid #c7c6ac;
}

h1 {
   	width: 269px;
   	height: 57px;
   	margin: 0px;
   	background: white url('title.gif') top left no-repeat;
   	text-indent: -9000px;
   	float: left;
}

h2 {
	width: 75px;
	height: 74px;
	margin: 0px;
	line-height: 74px;
	background: white url('../../bci-logo.jpg') top left no-repeat;
	text-indent: -9000px;
	float: right;
	margin-top: 8px;
	cursor: pointer;
}

h3 {
    font-size: 1.3em;
    padding: 0px 6px;
    color: #005f4a;
}

h4 {
    font-size: 1.0em;
    margin: 4px 0px;
    padding: 0px 6px;
    color: Black;
}

img#imgBciLogo,
img#imgScreenshot {
	float: right;
}

p, ul {
    padding: 0px 20px;
}

p {
    margin: 0px 0px 12px 0px;
}

fieldset.registration-details { 
    margin: 20px 90px 20px 90px;
    padding: 0px;
    border: 1px solid #dadac9;
    border-top: none;
}

    fieldset.registration-details legend {
        margin-left: -7px;
        position: relative;
        color: #005f4a;
        width: 100%;
        background-color: #e2f5e2;
        border-top: 1px solid #dadac9;
    }
    
    fieldset.registration-details legend span {
        padding-left: 6px;
    }
    
    fieldset.registration-details legend span.instructions {
        padding-left: 0px;
        font-weight: normal;
        color: #444444;
    }
    
    fieldset.registration-details ol {
        margin: 0px;
        padding: 20px;
        padding-bottom: 8px;
        list-style: none;
        background-color: #e2f5e2;
        overflow: hidden;
    }

        fieldset.registration-details ol li {
            margin: 0px;
            padding: 0px;
            margin-bottom: 4px;
            clear: left;
        }
        
            fieldset.registration-details ol li label {
                display: block;
                float: left;
                width: 80px;
                margin-right: 6px;
            }
            
                fieldset.registration-details ol li label img {
                    float: right;
                    margin-top: 2px;
                }
            
            fieldset.registration-details ol li input.text-box {
                border: 1px solid silver;
                border-right-color: #dedede;
                border-bottom-color: #dedede;
            }
            
            fieldset.registration-details ol li ul.validation-errors {
                margin: 0px;
                padding: 0px;
                list-style: none;
            }
            
                fieldset.registration-details ol li ul.validation-errors li {
                    margin: 0px;
                    margin-left: 90px;
                    float: left;
                    font-size: 0.9em;
                }
        
        fieldset.registration-details ol li.required-fields-note {
            font-size: 0.8em;
            margin-top: 12px;
        }

p.launch-calculator {
    margin-top: 14px;
}
	p.launch-calculator input {
		display: block;
		border: none;
		cursor: pointer;
		width: 290px;
		height: 75px;
		margin-left: auto;
		margin-right: auto;
		background: #FFCCCC url('launch-button.gif') top left no-repeat;
		line-height: 75px;
		text-indent: -9000px;
	}
		p.launch-calculator input:hover {
			background-position: bottom left;
		}

p.footer {
	text-align: center;
	font-size: 0.8em;
	margin-top: 24px;
}