

body {
	background-color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

form { margin: 0; display: inline; vertical-align: middle; }
form input, form select { vertical-align: middle; /* margin: .25em 0; padding: 0; */ }

form select
{
	border-top: 1px #999 solid; 
	border-left: 1px #999 solid;
	border-bottom: 1px #bbb solid;
	border-right: 1px #bbb solid;
	padding: 2px 1px; 
	margin: 4px 0;
	font-size: 12px; 
	color: #333;
}
form input[type=text], form input[type=password], form textarea
{
	background: #fff url("http://www.singlesmatch.ca/public/system/images/textbox.bg.png") repeat-x top left;
	margin: 4px 1px; 
	padding: 2px 3px; 
	border-top: 1px #999 solid; 
	border-left: 1px #999 solid;
	border-bottom: 1px #bbb solid;
	border-right: 1px #bbb solid;
	font-size: 14px; 
	color: #333;							 
}
form input[type=radio] { vertical-align: bottom; }
form input[type=text]:focus, form input[type=text]:hover, 
form input[type=password]:focus, form input[type=password]:hover,
form textarea:focus, form textarea:hover, 
form select:focus, form select:hover
{
	background: #ffffe0 url("http://www.singlesmatch.ca/public/system/images/textbox.bg.highlite.png") repeat-x top left;
	color: #444;
}
form input[type=text]:focus, form input[type=password]:focus, form textarea:focus
{
	border-width: 2px;
	margin: 3px 0; 
}
form select optgroup
{ 
	font-weight: normal; 
	font-style: normal;
	color: #444;
}

form input[type=submit], form input[type=button], form input[type=reset]
{
	font-size: 16px;
} 

h1
{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #900;
	margin: 0;
	padding: 0;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #900;
	margin: 0;
	padding: 0;
}

h2 a
{
	color: #900;
}
h2 a:hover, h2 a:active
{
	color: black;
}

.subheadline
{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
}

.letter
{
	font-size: 12px;
}

.letter a
{
	color: blue;
}
.letter a:hover
{
	color: red;
}



.CS_search_box_table
{
	width: 100%; 
	height: 80px;
	color: white;
	z-index: 1000;
	margin: -1px 0 5px 0;
	padding: 0; 
}
.CS_search_box_left
{
	background: #fff url(/public/search_bg_left.png) no-repeat;
	font-size: 1px;
	width: 15px;
}
.CS_search_box_mid2
{
	background: #fff url(/public/search_bg_mid.png) repeat-x;
}

.CS_search_box_mid2_div
{
	text-align:center;
	margin: 0 0 0 0px;
	font-size: 18px;
}
.CS_search_box_button
{
	border: 0;
	padding: 0;
	margin: 0 0 0 0;
	vertical-align:middle;
}
.CS_search_box_right
{
	width:15px;
	background:#fff url(/public/search_bg_right.png) no-repeat;
	font-size:1px;
}


.color_header
{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: url(/public/red_hdr_mid.gif) repeat-x;
	
}
.sidebox_simple
{
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 4px 6px 10px 6px;
}

ul.pretty_ul
{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin: 0; 
	padding: 0; 	
}
ul.pretty_ul li
{
	margin: 0;
	padding: 0 0 0 16px;
	background: url(http://www.singlesmatch.ca/public/dot2.gif) top left no-repeat;
	list-style-type: none;
}
ul.pretty_ul li a:link, ul.pretty_ul li a:visited  
{
	color: blue; 
	text-decoration: underline;
}
ul.pretty_ul li a:hover, ul.pretty_ul li a:active  
{
	text-decoration: underline;
	color: red;
}

