/* RESET BROWSER STYLES */
@import url(reset.css);

/* MAIN LAYOUT */

html {
overflow-x: hidden;
overflow-y: scroll;
}

body {
background-image: url(../img/bg_waveform2.jpg);
background-repeat: repeat-x;
background-position: center top;
background-color: #ececec;
font-family: verdana, arial, sans-serif;
font-size: 63.5%;
color: #555;
line-height: 1.5;
height: 100%;
}

#wrapper {
margin: 20px auto;
width: 600px;
min-height: 500px;
background-color: #f8f9f9;
background-image: url(../img/bg_main.jpg);
background-repeat: no-repeat;
background-position: center top;
border: 2px solid #fff;
}

#footer {
width: 600px;
margin: 0 auto;
margin-top: -15px;
}

/* TYPE */

h1 {
text-indent: -9999px;
}

h2 {
margin: 74px 200px 5px 30px;
color: #005293;
font-size: 1.7em;
font-weight: normal;
}

h3 {
margin: 20px 200px 10px 30px;
color: #005293;
font-size: 1.3em;
font-weight: bold;
line-height: 1;
}

p {
padding: 0;
font-size: 1.2em;
margin: 5px 200px 5px 30px;
}

p.alert {
padding: 1px 0 1px 15px;
margin: -3px 260px 0 5px;
font-size: 1em;
color: #d71f85;
background-image: url(../img/btn_alert.gif);
background-repeat: no-repeat;
background-position: 0 50%;
}

p.footer {
margin: 0;
font-size: 1em;
color: #aaa;
}

ul {
margin: 0 200px 0 30px;
font-size: 1.2em;
}

li {
margin: 5px 0 5px 0;
padding: 0 0 0 24px;
background-image: url(../img/bg_bullet.gif);
background-repeat: no-repeat;
background-position: 0 1px;
}

span.keypad {
background-image: url(http://www.btconferencing.com/btamericas2/img/background/bg_button.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 1px 4px 1px 4px;
}

span.keypad#star {
font-family: monospace;
font-size: 1.25em;
line-height: 1.25em;
}

/* LINKAGE */

a:link {
color: #005293;
text-decoration: none;
}

a:visited {
color: #005293;
}

a:hover {
text-decoration: underline;
}

a:active {
color: #80a9ca;
text-decoration: none;
}

/* FORM ELEMENTS */

fieldset {
margin-left: 60px;
margin-top: 10px;
line-height: 1.2;
}

fieldset.submit {
padding-bottom: 10px;
}

fieldset li {
margin: 0;
padding: 3px 0 3px 0;
background-image: none;
}

label {
color: #555;
font-size: 1.1em;
display: block;
padding: 2px 0 4px 0;
}

label.promo {
color: #d71f85;
}

input.text {
background-image: url(../img/bg_input.png);
background-repeat: repeat-x;
background-position: 0 -3px;
background-color: #fff;
color: #333;
width: 280px;
height: 18px;
font-family: verdana, arial, sans-serif;
font-size: 1.3em;
padding: 4px 3px 2px 3px;
border: 1px solid #ddd;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

input.text:focus {
width: 264px;
padding-left: 10px;
border-left: 10px solid #ececec;
}

input.submit {
margin-left: 184px;
margin-top: -2px;
}