body {
font-family: Arial;
margin: 0px;
padding: 0px;
}
a {
color: #006685;
}

#addressText{
	font-size: .8em;
}

#container {
width: 400px;
height: 470px;
padding: 10px 10px 20px 10px;
}
td.logo {
width: 120px;
height: 70px;
background-image: url(../images/pop_up/allied_logo.jpg);
background-position: top left;
background-repeat: no-repeat;
}
td.grounding_bar {
marign-top: 10px;
background-image: url(../images/pop_up/grounding_bar.gif);
background-repeat: repeat-x;
}
#large_blue {
font-size: 1em;
color: #006685;
margin-bottom: 10px;
}
#large_green {
font-size: 1em;
font-weight: bold;
color: #8b9000;
margin-bottom: 5px;
}
td.main {
padding: 17px 10px 30px 10px;
}
#green_header {
font-size: .8em;
font-weight: bold;
color: #8b9000;
margin-left: 15px;
}
#green_header_rule {
border-top: solid 1px #8b9000;
margin-top: 10px;
font-size: .8em;
font-weight: bold;
color: #8b9000;
margin-left: 15px;
}
#main_text {
font-size: .8em;
padding-bottom: 20px;
color: #333333;
margin-left: 15px;
}
#main_text_no_pad {
font-size: .8em;
color: #333333;
margin-left: 15px;
}
#choices {
margin: 10px 0px 10px 0px;
font-size: .8em;
color: #333333;
margin-left: 20px;
}
#submit{
width: 100%;
text-align: right;
}
td.terms_conditions {
border-top: solid 1px #CCCCCC;
padding: 15px 0px 10px 0px;
text-align: center;
font-size: .7em;
color: #999999;
}
td.trusted_choice {
width: 192px;
text-align: right;
}
td.trust_e {
width: 192px;
text-align: left;
}

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url(../images/pop_up/bubble_top.gif);
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url(../images/pop_up/bubble_middle.gif);
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url(../images/pop_up/bubble_bottom.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:fixed;
	top:-6px;
}

