div#SignInFrame 
{
	width: 313px;
	height: 306px;
	overflow: hidden;
	font-family: 'Helvetica Neue', Ariel, Helvetica, sans-serif;
	color: #222;
}

div.sifLabel
{
	font-size: 12pt;
	font-weight: bold;
	padding-top: 2px;
}

div.sifField
{
	margin-bottom: 24px;
}

div.sifField input
{
	border: solid 1px #bbb;
	width: 300px;
	height: 16px;
	padding: 5px;
	margin: 6px 0;
}

div.sifControl
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 24px;
}

div.sifControl a
{
	font-size: 10pt;
	font-weight: normal;
	color: #5c7296;
	text-decoration: none;
}

div.sifControl a:hover
{
	text-decoration: underline;
}

div#ContactFrame 
{
	width: 424px;
	height: 600px;
	overflow: hidden;
	font-family: 'Helvetica Neue', Ariel, Helvetica, sans-serif;
	color: #222;
}

div.cfLabel
{
	font-size: 12pt;
	font-weight: bold;
	padding-top: 2px;
}

div.cfField
{
	margin-bottom: 10px;
}

table.cfField
{
	margin-bottom: 14px;
	width: 100%;
}

table.cfField td
{
	font-size: 11pt;
	width: 50%;
	height: 24px;
}

div.cfField input
{
	border: solid 1px #bbb;
	width: 300px;
	height: 16px;
	padding: 5px;
	margin: 6px 0;
}

div.cfField textarea
{
	border: solid 1px #bbb;
	width: 400px;
	height: 80px;
	padding: 5px;
	margin: 6px 0;
}

div.cfControl
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 12px;
}

/* Lists stuff */
ul.none 
{
	padding: 0;
	margin: 0;
	font-size: 9pt;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height : 1.5em;
}

ul.none li 
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

ul.bottom_space li 
{
	margin: 0 0 1.2em 0;
}

li.blog_post
{
}

li.blog_post a 
{
	color: #5C7296;
	text-decoration: none;
}

li.blog_post a:focus, li.blog_post a:hover 
{
	text-decoration: underline;
}