@charset "ISO-8859-1";
/*
CSS for freespee.com
author: Freespee AB
date: 2010-02-22

*/
body {
	background:#E8E4D0;
}

a { color: #339900; text-decoration: none; font-style:italic; font-weight:bold; }
a:visited { color: #33990; text-decoration: none; font-style:italic; font-weight:bold; }
a:hover { color: #333; text-decoration: none; font-style:italic; font-weight:bold; }


#navigation li span a:link {
	text-decoration: none;
	font-style:normal;
	color:#333;
	margin: 0;
	padding: 0;
}	
#navigation li span a:hover {
	text-decoration: none;
	font-style:normal;
	color:#390;
	margin: 0;
	padding: 0;
}
#navigation li span a:visited {
	text-decoration: none;
	font-style:normal;
	margin: 0;
	padding: 0;
}

/***************

****************/

#voice-front {
	margin:0 40px 0px 40px;
	padding:0 0 20px 0;
	display:inline;
	float:left;
	width:900px;
	background: #fff url(../../images/hr_2x21.png) repeat-x bottom left;
}
#voice-front h3 {
	font-size: 30px;
	color: #333;
	margin: 0px 0 10px 0;
}
#voice-front h4 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	
}
#voice-front ul {
	margin:0;
	padding:0;
}
#voice-front li {
	display: inline;
	margin:10px 0 0 0;
	padding: 0;
	float:left;
	width:100%;
}
	
#voice-front li span {
	margin: 0 10px 0 0;
	padding:0;
	font-size:13px;
	line-height:1.5em;
}
#voice-front-left {
	float: left;
	display: inline;
	width: 440px;
	min-height: 200px;
	margin: 20px 0 0 0;
	padding: 0;
}
#voice-front-right {
	float: right;
	display: inline;
	width: 460px;
	min-height: 200px;
	margin: 20px 0 0 0px;
	padding: 0;
}
.voice-front-content {
		float:left;
		width:100%;
		margin:0 0 15px 0;	
		padding:0 0 15px 0;
		background: #fff url(../../images/hr_2x1.png) repeat-x bottom left;

}
/************************************************************
* LOGIN
************************************************************/
#login {
	float:left;
	margin:0;
	padding:10px 0px;
/*	background:url(../../images/login-bg.png) top left no-repeat;*/
	width:auto;
	height:auto;
}
.login_field {
	float:left;
	margin:15px 0 0px 0;
	padding:0;
	width:420px;
}
.login-headers {
	float:left;
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	width:100%;
	text-transform:uppercase;
}
.login-input-text {
	float:left;
	margin:0;
	padding:3px 6px;
	background:url(../../images/input_text.png) no-repeat top left;
	width: 260px;
	height: 30px;
	border:none;
	font-size:14px;
}
.login-input-button {
	margin:0 0 0 20px;
	float:left;
	background:url(../../images/input_button.png) no-repeat top left;
	width: 60px;
	height: 36px;
	border:none;
	font-size:14px;
	font-weight:bold;
}


/************************************************************
* SIGNUP
************************************************************/
#signup {
	margin:10px 40px 0px 40px;
	padding:0 0 30px 0;
	display:inline;
	float:left;
	width:900px;
	background: #fff url(../../images/hr_2x1.png) repeat-x bottom left;
}
.signup-button {
	background: url(../../images/button-signup.png) no-repeat center;
	width:142px;
	height:30px;
	border:none;
	color:#FFF;
	font-style:italic;
	font-size:14px;
}
.signup-button:active {
	background: url(../../images/button-signup-active.png) no-repeat center;
	width:142px;
	height:30px;
	border:none;
	color:#FFF;
	font-style:italic;
	font-size:14px;
}
