/* 
CSS for Free Trial Microsite (http://www.dwpub.com/freetrial)
Written by Adam Palmer & George Old of Daryl Willcox Publishing Ltd.
*/

body {
	background-color: #333;
	color: #999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

img, em {
	border: 0;
	padding: 0;
	margin: 0;
}

h2, h3, h4, h5 {
	margin: 0;
	padding: 0 25px 10px 25px;
}

h2, h3, p {
	color: #411462;
}

h4, h5, ul, il {
	color: #333;
	font-weight: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
	padding-right: 4px;
	padding-bottom: 19px;
}

h4 {
	font-size: 14px;
}

h5, ul, il, p {
	font-size: 12px;
}

ul, il {
	margin-top: 0;
}

p {
	margin-top: 0;
}

table {
	border: 0;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #0381D5;
	font-weight: bold;
}

a:hover {
text-decoration: underline; 
}

.rel {
	color: #411462;
}

.textbox { 
	width: 250px; 
	background-color: #fff; 
	font-size: 11px; 
	color: #333;
	font-weight: normal;
}
.white {
background-color: #FFF;
}
.notice
{
	margin:							5px 0; 
	padding:						0 10px; 
	border:							1px solid #e2c822;
	background-color:				#fff9d7;
}
#other_input
{
	display: none;
	width: 150px; 
	background-color: #fff; 
	font-size: 11px; 
	color: #333;
	font-weight: normal;

}
#other_label
{
	display: none;
}
label {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

label.error{
	color:red;
	font-weight: normal;
	font-size: 12px;
}

td
{
	color: red;
}
.footer
{
	color: #999;
	font-size: 10px;
}

/* Navigation bar */

#nav{
	position:						relative;
	width: 							100%;
	font-size: 						10px;
	font-weight: 					bold;
	margin:							0;
	padding: 	                    0;
}

#nav ul {
	margin:							0;
	padding: 	                    0;
	background-color: 				#333;
	list-style-position:			inside;
	list-style-image:				none;
	overflow:						auto;			
	line-height:					20px;
}

#nav li,
#nav li a
{
	margin:                         0;
	display:                        inline;
	color: 							#999;
	text-decoration: 				none;
	padding-right: 			        5px;
	line-height:					45px;
}
		
#nav a:hover
{
	text-decoration:				underline;
	color: 							#CCC; 
}


/* new styling for Terms and Conditions - /freetrial/terms.html SA */

#terms_body h1{
	font-size:22px;
	color:#000000;
	margin:20px 0 25px 20px;
}

#terms_body li, #terms_body p{
	font-family: Trebuchet MS,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0 0 20px 0;
}

#terms_body ol{
	width:850px;
}
.free_trial_title_de
{
	font-size:16px;
}
#intro_de li, #intro_de h5
{
	font-size:13px !important;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#eee !important; 'reCaptcha widget background color
   
 }
  #recaptcha_table {
   border-color: #fff !important; 'reCaptcha widget border color
 } 
 #recaptcha_response_field {
   border-color: #fff !important; 'Text input field border color
   background-color:#666 !important;'Text input field background color
 }

.terms_copy h5,
.terms_copy p
{
	font-size: 11px;
}