﻿body 
{
	background-color: Black;
	font: 85% "Trebuchet MS",Arial,sans-serif;
	font-size: 9pt;
	margin: 0px;
}

a
{
	color: White;
}

a.Normal
{
	color: Blue;
}

a.Black
{
	color: Black;
}

#customercontent {
	margin-top:17px;
}
/*  applies to IE only because seperate formating is required */
/* mac hide \*/
* html #customercontent {}
/* end hide*/

#customercontent input {
	display: inline;
	width: auto;
	color: #000000;
	font-size:11px;
	line-height:10px;
	letter-spacing:1.1px;
	font-family: 85% "Trebuchet MS",Arial,sans-serif;
	background-color: transparent;
		
	border : 1px solid gray;
	margin : 2px 0 2px 5px;
	padding : 2px 7px 2px 4px;

}

#customercontent .required {
	background-color:#F4F8FB;
	background-image: url(../images/required.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
}
#customercontent .not_required {
	background-color:#F4F8FB;
}

#customercontent .required:hover, #customercontent .not_required:hover {
 	color : #000;
	background-color :#EEEEDF;
	border : 1px solid gray;
	cursor : text;
	background-image: url(../images/required.gifdummy);
	background-repeat: no-repeat;
}

#customercontent .required:focus, #customercontent .not_required:focus {
	color : #000;
	/*height : 1.2em;*/
	background-color :#DADADA;
	border : 1px solid #006699;
	cursor : text;
	background-image: url(../images/required.gifdummy);
	background-repeat: no-repeat;
}
#customercontent .send_button {
	background-color:#cccccc;
	color:#000000;
	font-weight:bold;
	text-align:left;
	width:auto;
	margin-top:5px;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	text-align:center;
	}
* html #customercontent .send_button {
	width:auto;
	}
#customercontent .send_button:hover {
	background-color:#66CC00;
	color:#FFFFFF;
	}
#customercontent .send_button_red {
	background-color:#cccccc;
	color:#000000;
	font-weight:bold;
	text-align:left;
	width:auto;
	margin-top:5px;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	text-align:center;
	}
* html #customercontent .send_button_red {
	width:auto;
	}
#customercontent .send_button_red:hover {
	background-color:#FF0000;
	color:#FFFFFF;
	}
legend {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 82%;
	letter-spacing:1px;
	color: #666;
	background: #FFFFFF;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px 4px 22px;
	background-image: url(../images/promotions.gif);
	background-repeat: no-repeat;
 }
textarea {
	margin:5px 0 15px 0px;
	padding:5px 5px 5px 5px;
	color: #000000;
	font-size:11px;
	line-height:15px;
	letter-spacing:1.1px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#F4F8FB;
	width:285px;
	height:180px;
	background-image: url(../images/LogoMediumFade.png);
	background-repeat: no-repeat;
	background-position:75px 35px;
	border:1px solid #F0F0F0;
	border:1px solid gray;
}
* html textarea {
	background-position:66px 42px;
}

fld1, .fld2, .fld3, .fld4, .fld5, .fld1, .fld_alarmdotcom {
	padding-left:10px;
	padding-bottom:10px;
	width:300px;
	margin-top:7px;
	background-color: #FFFFFF;
} 
.bold_red {
	color:#FF0000;
	font-weight:bold;
	text-align:left;
}
.bold_green {
	color:#339900;
	font-weight:bold;
	text-align:left;
}
.bold_black {
	color:#000000;
	font-weight:bold;
	text-align:left;
	text-decoration : underline;
}
.bold_black_i {
	color:#000000;
	font-weight:bold;
	text-align:left;
}
.bold_orange {
	color:#FF9900;
	font-weight:bold;
	text-align:left;
}
.bold_blue {
	color:#0033CC;
	font-weight:bold;
	text-align:left;
}