/* Revised 2011-01-17-A */

/* --- General --- */

html, body
{
font: 9pt/14pt Arial, verdana, serif;
color: #000000;
}

body
{
background:url(../images/background2.gif) repeat;
margin: 0;
border: 0 none;
padding: 0;
}

img
{
border: none;
}

/* --- IDs --- */

#page
{
width: 1680px;
margin: 0 auto;
position: absolute;
}

#header
{
width: 754px;
height: 146px;
position: absolute;
top: 0px;
left: 0px;
}

#exnet
{
width: 754px;
height: 30px;
position: absolute;
top: 146px;
left: 0px;
}

#breadbox
{
width: 588px;
height: 20px;
position: absolute;
top: 176px;
left: 160px;
padding-left: 5px;
background-color: #E6E6DE;
}

#cornerpic
{
width: 160px;
height: 160px;
position: absolute;
top: 176px;
left: 0px;
}

#maincopy
{
width: 574px;
position: absolute;
top: 218px;
left: 170px;
}

#sc_forgot_password
/* Controls the Amerilert "forgot password" link's appearance. */
{
font-size: 9pt;
color: #666666;
background-color: #FFFFFF;
}

#phone_number
/* Amerilert signup form phone number entry box ID */
{
font-size: 9pt;
}

#table_info
/* Amerilert signup form appearance */
{
padding: 10px;
width: 50%;
font-size: 9pt;
}		

/* --- Classes --- */

.bold
{
font-weight: bold;
}

.italic
{
font-style: italic;
}

.bolditalic
{
font-weight: bold;
font-style: italic;
}

.indent1
/* Indents 1 em space relative to parent object */
{
left: 1em;
}

.indent2
/* Indents 2 em spaces relative to parent object */
{
left: 2em;
}

.crumbs
{
font-size: 10px;
}

.crumbs_red
{
font-size: 10px;
color: #990000;
}

.redtext
{
color: #E00000;
}

.right 						
/* Controls text of Amerilert login form labels. */
{
font-size: 9pt;

}

.field_text 
/* Controls text within fields in the Amerilert login form fields. */
{
font-size: 9pt;
}

.button
/* Controls the Amerilert login button appearance. */
{
font-size: 9pt;
}

.input_field
/* Controls the text entered into the Amerilert signup form */
{
font-size: 9pt;
}

.submit_button
/* Amerilert signup form submit button */
{
font-size: 9pt;
}


