/* 
CSS for The Freelance Journalist Directory Free Trial Microsite 
http://www.journalistdirectory.com/
Written by Adam Palmer of Daryl Willcox Publishing Ltd.
*/

body {
	background-color: #333;
	color: #999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	color: #411462;
}

ul, il, p {
	font-size: 13px;
	color: #000;
}

img, img a,  em {
	border: 0;
	padding: 0;
	margin: 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;
}

td
{
	color: red;
}
.footer
{
	color: #999;
	font-size: 10px;
}

/* new styling for Terms and Conditions - /guest/terms.html SA */

#terms_body{
	width:850px;
	margin:0 auto;
}

#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:750px;
}


