
/* ++++++++++++++++++++++++++++++++++ 
   Callout Box                 
   These are rules that apply to 
   ALL callout boxes, but they can
   be overridden by using another
   stylesheet, referenced in your 
   call to CalloutBox(). 
++++++++++++++++++++++++++++++++++ */


#RightColumnContainer {
	float: right;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	8border: 1px solid red;
}


#CalloutBoxWrapper {
/* This is the very outer div, where you do your positioning. */
	background-color: #ffffff;
	padding: 14px 0 30px 40px;
	8position: relative;
	8float: right;
	8border: 1px solid red;
}

#CalloutBox {
/* This is the actual Callout Box, which is inside the wrapper. */
	margin:0;
	border:1px solid #00618d; 
	position: relative;
	background: url(/images/grad_blue_200.jpg) #176c93 repeat-y;
	width: 200px;
}

#CalloutBoxTitle {
/* This is the title, which is inside the wrapper. */
	padding:5px 8px 6px 8px;
	font-size:16px;
	line-height:1em;
	background: #176c93;
	color: #FFFFFF;
}

#CalloutBoxContent {
/* This is the content, which is inside the box. */
	padding: 6px 14px 8px 22px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ddd;
	
}

#CalloutBoxCopy {
/* This is the copy, which is inside the content. */
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 11px;
	font-family: arial;
	color: #FFFFFF;
	line-height: 1.2em;
	8border: 1px solid black;
}

#CalloutForm {
/* This is the form, which is inside the content. */
	margin: 0;
	padding: 0;
	8border: 1px solid black;
}


#CalloutNameFieldset {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#CalloutBoxNameLabel {
/* This is the Name field label, which is inside a fieldset inside the form. */
	font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#CalloutBoxName {
/* This is the Name field, which is inside a fieldset inside the form. */
	font-size: 11px;
	width: 140px;
	padding: 0;
	margin: 0 0 0 0;
}




#CalloutContactFieldset {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#CalloutBoxContactLabel {
/* This is the Contact Info field label, which is inside a fieldset inside the form. */
font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#CalloutBoxContact {
/* This is the Contact Info field, which is inside a fieldset inside the form. */
	font-size: 11px;
	width: 140px;
	padding: 0;
	margin: 0 0 0 0;
}



#CalloutMarketFieldset {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#CalloutBoxMarketLabel {
/* This is the Contact Info field label, which is inside a fieldset inside the form. */
	font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#CalloutBoxMarket {
/* This is the Contact Info field, which is inside a fieldset inside the form. */
	width: 150px;
	font-size: 11px;
}






#CalloutBoxSubmit {
/* This is the Submit Button, which is inside the form. */

	margin: 10px 0 0 70px;
	background-color: transparent;
	background-image: url(/images/button_submit_red.gif);
	width: 100px;
	height: 20px;
	border: none;
	cursor: pointer;
}





/* +++++++++++++++++++++++++++++++ */
/*    End of Callout Box           */
/* +++++++++++++++++++++++++++++++ */

		