/****************************************************************************
	(c) 2005 SDL. All rights reserved.
****************************************************************************/
/* HTML BODY ***************************************************************/
*{margin:0;padding:0}
body{background:#fff;border:none;color:#000000;font:0.8em Arial,Helvetica,sans-serif;margin:0px 0px 10px;padding:10px}
/* HEADINGS ****************************************************************/
h1,h2,h3,h4,h5,h6{color:#004d3d;margin:0 0 0.5em}
h1{border-bottom:1px solid #7fa69e;font-size:2.00em;padding-bottom:2px}
h2{font-size:1.70em}
h3{font-size:1.45em}
h4{font-size:1.25em}
h5{font-size:1.10em}
h6{font-size:1.00em}
/* PARAGRAPHS **************************************************************/
p{margin:1.5em 0}
/* LINKS *******************************************************************/
a{color:#333}
a:hover{text-decoration:none}
a img{border:0}
/* TABLES ******************************************************************/
table{font-size:1em}
/* FORM ELEMENTS ***********************************************************/
form{display:inline}
input{padding:1px}
textarea{font:1em Arial,Helvetica,sans-serif;padding:1px}
/* LISTS *******************************************************************/
blockquote,ol,ul{margin:20px 40px}
ol.tick,ul.tick{list-style-image:url(../../images/icon-12x12-tick.gif)}
/* FORM LAYOUT *************************************************************/
div.form{float:left;margin-bottom:10px}
div.form div.row{clear:both;padding-top:3px;width:100%}
div.form div.row span.label{float:left;font-weight:bold;margin-right:3px;text-align:right;width:28%}
div.form div.row span.field{float:right;margin-left:3px;text-align:left;width:70%}
/* BUTTONS *****************************************************************/
p.button{background:#fff url(../../images/bg-300x25-button.gif) repeat-y top left;font-weight:bold;line-height:25px;margin:10px auto;text-align:center;width:300px}
p.button a{color:#333;display:block;padding:0 30px;text-decoration:none}
p.button a:hover{color:#000}
.Warn, .Warn-Buttons a	{
	padding:28px 10px;
	color:#333333;
	display:block;
	text-decoration:none;
	font-size:12px;
	border-bottom:#FFFFFF solid 1px;
	background:url(/media/generalBoxBackground.jpg) 100px;
}
.Warn	{
	background:#b20000;
	padding:22px 10px;
}
.Warn-Buttons a:hover	{
	background:url(/media/CallBack.jpg) bottom;
	color:#FFFFFF;
	cursor:pointer;
}
.Warn-Buttons strong	{
	display:block;
	font-size:16px;
}
.Warn-Buttons em	{
	font-style:normal;
	display:block;
	margin-top:5px;
	font-weight:bold;
	font-size:16px;
	color:#b20000;
}
.Warn-Buttons a:hover em	{
	color:#FFFFFF;
}
.Warn p	{
	color:#FFFFFF;
	margin:0;
	font-size:18px;
	font-weight:bold;
}
.LeftImage	{
	float:left;
	margin-right:10px;
}
/* EOF *********************************************************************/