html
{
	font-size: 100%
}

body
{
	font-family: arial, sans-serif;
	font-size: 0.75em;
}

h1
{
	font-family: georgia, serif;
	font-size: 2em;
	font-weight: normal
}

fieldset
{
	border: none;
	
}

label
{
	width: 200px;
	display: -moz-inline-box;/* because ff is a bit crap some times */
	display: inline-block;
}

/* send-to-a-friend */

.send
{
	position: relative;
	top: 30px;
	left:30;
	background-color: #E8F1F8;
	z-index: 999;
}

.send div.send-inner
{
	z-index: 999;
	position: absolute;
	background: #E8F1F8;
	width: 442px;
	border: 9px solid #cdcdcd;
	padding-bottom: 0px;
}


.share-top
{
	float:left;
	margin-bottom: 0px;
	background: #DFDDDB;
	width: 442px;
}

div.send h3,
div.send h3
{
	border: 0;
	float: left;
	width: 200px;
	margin: 5px 0 0 5px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.share-top span
{
	float: none;
	width: 200px;
	margin: 5px 5px 0 0;
	font-size: 1.0em;
	text-align: right;
}

div.send .share-top span a,
div.send .share-top span a
{
	font-weight: bold;
	color: #444;
}

div#send-share div.send-inner ul
{
	margin:0;
	padding:0;
}

div#send-share div.send-inner ul li
{
	list-style-type: none;
	float:left;
	width: 206px;
	margin-left: 10px;
}


.send fieldset
{
	float:left;
	padding-bottom: 10px;
}

.send fieldset div
{
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}

a.sendthis
{
	cursor: pointer;
	cursor: hand;
}

div.inputrow
{
	clear: left;
	margin-left: 210px;
}

#send-share ul li a
{
	padding-left: 20px;
	background-repeat: no-repeat;
	text-decoration: none;
}


#send-share ul li a:hover
{
	text-decoration: underline;
}



ul li
{
	padding-top: 5px;
	margin-bottom: 5px;
	border-top: 1px dotted #999;
}

/* contact us styles */

div#contact div.col
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 201px;
}

div#contact div.col ul
{
	margin-left: 0;
	padding-left: 0;
}

div#contact div.col li
{
	border-top: 1px dotted;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}

div#contact div.col li a,
div#contact div.col li span
{
	font-weight: normal;
}

div#contact div.col li ul li
{
	border-top: 0;
	padding-bottom: 0;
}

/* */