html, body {
    margin: 0;
    padding: 0;
}
body { 
    font-family: Arial,Helvetica,FreeSans,"Luxi-sans","Nimbus Sans L",sans-serif; 
    font-size: 13px; 
    text-align: center;
}
.thank {
    font-size: 18px;
}
.allcaps {
    text-transform: uppercase;
}
.rightalign {
    text-align: right;
}
a {
    color: #5382a1; 
    text-decoration: none;
}
a:hover { 
    text-decoration: underline;
}
p, .container h2, .container h4 {
    margin: 0px 15px 10px 10px; 
    text-align: left;
}
/**** Confirm Styles ****/
.container h2 {
    color: #3E6B8A;
    font-size: 2.3em;
}            
.container h4 {
    color: #E76F00;
    font-size: 1.3em;
}

#box {
    margin: 0px 0px 0px 0px;
    float: none; 
}

#desc {
    float: left; 
    width: 390px; 
    height: 200px; 
    margin-top: 15px; 
    margin-right: 10px;
    text-align: left;
}
#descError {
    float: left; 
    width: 780px; 
    height: 200px; 
    margin-top: 15px; 
    margin-right: 10px;
    text-align: left;
}

#desc ul {
    float: none; 
    line-height: 2.2em; 
    padding-top: 0px; 
    color: #4f7695; 
    font-size: 100%;
    text-align: left;
}
#desc li {
    margin-bottom: 0px; 
    padding-right: 10px; 
    padding-left: 20px; 
    background: url(../images/bullet.png) top left no-repeat; 
    background-position: 0 10px; 
    list-style-type: none;
}
#desc p {
    float: none; 
    text-align: left;
}

/**** Thank You Content Styles ****/
#thankyou_container {
    background: #fff;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 780px;
    z-index: 100;
}
#links {
    float: left; 
    width: 780px; 
    height: 330px; 
    background-color: #fff; 
    margin: 10px 0 0 0;
}
#links ul {
    float: left; 
    line-height: 2.2em; 
    padding-top: 0px; 
    color: #4f7695; 
    font-size: 110%;
    text-align: left  ;
}
#links li {
    margin-bottom: 5px; 
    padding-right: 10px; 
    padding-left: 20px; 
    background: url(../images/bullet.png) top left no-repeat; 
    background-position: 0 11px; 
    list-style-type: none;
}
.firstlink {
    line-height: 1.2em;
 }

/**** Register / Login Content Styles ****/
#container {
    background: #fff;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 780px;
    z-index: 100;
}
.container {
    width: 780px;
    margin: 0px auto;
    padding: 5px;
    margin-top: 30px;
}
#actionbox1 {
    float: left; 
    width: 375px; 
    height: 200px; 
    margin-top: 15px; 
    background: url(../images/create.jpg) top left no-repeat; 
    margin-right: 10px;
}
#actionbox1 form {
    margin-top: 20px;
}
#actionbox1-content {
    float: left; 
    margin-top: 44px; 
    height: 180px; 
    width: 370px;
}
#actionbox2 {
    float: right; 
    width: 375px; 
    height: 200px; 
    margin-top: 15px; 
    margin-bottom: 15px; 
    background: url(../images/use.jpg) top left no-repeat;
}
#actionbox2 form {
    padding-top: 35px;
}
#container table {
    margin: 0 0 0 10px; 
    text-align: left;
    font-size: 13px;
}

input {
    font-size: 13px;
}

/**** Button Styles ****/
input.buttonblue, input.defbutton, input.buttondisabled { 
    border-right: 1px solid #304C60;
    border-bottom: 1px solid #304C60;
    border-left: 1px solid #BACDD9;
    border-top: 1px solid #BACDD9; 
    font-weight: bold; 
    color: #FFFFFF; 
    font-size: 0.8em; 
    height: 1.9em;
}
input.buttonblue, input.defbutton { 
    background: url(../images/bg_sunblue.gif) repeat-x 0 -10px #304C60;
}
input.buttondisabled {
     background: #999999;
}
input.buttonblue:hover { 
    color: #fbe249;
}
/**** Form Styles ****/
#productTable {
    border: none;
    border-collapse: collapse;
    margin: 1em;
    width: 100%;
}
#productTable td, #productTable th {
    padding: 6px;
    text-align: left;
}
/**** Footer Styles ****/
#footer {
    background: #fff; 
    clear: both; 
    padding-top: 5px; 
    border-top: medium solid #e9e9e9; 
}
#footer-logo {
    background: url(../images/oracle-logo.gif) top left no-repeat; 
    float: left; 
    width: 60px; 
    height: 27px;
}
#footer-copyright {
    clear: right; 
    text-align: right; 
    font-size: 0.8em; 
    color: #999999;
}
#priv-top, #priv-mid, #priv-btm {
    float: left; 
    width: 780px; 
    margin-top: 0px;
}
#priv-top { 
    height: 8px; 
    background: url(../images/pvy-top.gif) no-repeat;
} 
#priv-mid { 
    background-color: #f1f7df;
    height: auto;
}
#priv-btm { 
    height: 8px; 
    background: url(../images/pvy-btm.gif) no-repeat;
    margin-bottom: 10px;
}
#priv-mid p {
    text-align: left; 
    margin: 10px;
}
.helptext {
    font-size: .8em; 
    text-align: left; 
    line-height: 1.1em;
} 
.boximg {
    border-width: 0px;
    border-style: none;
}
.logoimg {
    border-width: 0px;
    border-style: none;
}
