 body {
            background-color:#999999;
            }
            p{
            font-family:Arial, Helvetica, sans-serif;
            font-size:11px;
            color:#666666
            }
            h1{
            font-family:Arial, Helvetica, sans-serif;
            font-size:22px;
            color:#000000;
            }
            #main-content {
            width:750px;
            background-image: url(http://www.riskdoctor.com/images/logo-bg.jpg);
            background-repeat:no-repeat;
            background-color:#fff;
            padding:20px;
            border: 5px solid #0099CC
            }
            #form {
            margin-left: 400px;
            width:350px;
            }
            #video {
            float:left;
            width:350px;
            margin: 80px 20px 0 0;
            }
            #video .holder{
            width:300px;
            padding:10px;
            background-color:#CCCCCC;
            border:1px solid #999999;
            margin-top:20px;
            }
            .landing-form{
            font-family:Arial, Helvetica, sans-serif;
            font-size:10px;
            line-height:12px;
            color:#666666;
            }
            .form-rule input{
            font-family:Arial, Helvetica, sans-serif;
            font-size:11px;
            color:#666666
            }
            .form-container input#FirstName, .form-container input#LastName, .form-container input#EmailAddress, .form-container input#Company, .form-container input#WorkPhone {
            width: 180px;
            }
            .landing-form .form-rule{
            padding:5px 0 5px 0;
            border-bottom:1px solid #CCCCCC;
            line-height:12px;
            }
            .landing-form .form{
            padding:5px 0 5px 0;
            border-bottom:1px solid #CCCCCC;
            line-height:12px;
            }
            .form-container{
            padding:5px;
            border:1px solid #0099cc;
            background-color:#eeeeee;
            }
            .req {
            font-family:Arial, Helvetica, sans-serif;
            font-size:10px;
            color:#0099cc;
            }
			.req2 {
            font-family:Arial, Helvetica, sans-serif;
            font-size:10px;
            color:#0099cc;
			float:right;
			padding-top:5px;
            }
            #search-form {
            width: 750px;
            position: absolute;
            left: 50%;
            margin-left: -375px;
            /* Half the width of the DIV*/
            }
            /**/
            /* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:5px 0 0 0;
    background-color:#f5f5f5;
    border:1px solid #990000;
    border-top:1px solid #cc6666;
    border-left:1px solid #cc6666;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#993333;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
        