@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: #339900; text-decoration: none; font-style:italic; font-weight:bold; }
a:hover { color: #333; text-decoration: none; font-style:italic; font-weight:bold; }


#logo {
	float: left;
	display: inline;
	width: 200px;
	height: 57px;
	background: url(../../images/header_logo_voice.png) no-repeat top left;
	margin: 0 0 0 5px;
}
#navigation li span {
	color: #339900;
}
#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:#339900;
	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 10px 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: 440px;
	min-height: 200px;
	margin: 20px 0 0 20px;
	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:0px 40px 20px 40px;
/*	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;
}


.register-new-account {
	float:left;
	background: #a1d841 url(../../images/ui-bg-register-a1d841_1x100.png) repeat-x 50% 50%;
	border: 1px solid #4d9528;
	margin:10px 20px 0px 0px;
	padding:7px 14px;
	color: #FFFFFF;
	font-size:20px;
	text-align:center;
	width: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	-moz-border-radius: 9px;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
	border-top-left-radius: 9px 9px;
	border-top-right-radius: 9px 9px;
	cursor: pointer;
}
.register-new-account:hover {
	background: #98d947;
	border: 1px solid #98d947;
	color: #000000;
}

/************************************************************
* 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;
}


/************************************************************
* FOOTER
************************************************************/


#footer ul {
	float: left;
	margin:10px 30px 30px 0;
	width:auto;
	padding:0;
	font-weight:bold;
/*	text-transform:uppercase;*/
	font-family:Helvetica, Arial, sans-serif;
	
}
	#footer li {
	float: left;
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	}
	
	#footer li span {
	margin:0 6px 0 0px;
	padding:0;
	font-size:13px;
	color: #333;
	}
	

		#footer li span a:link {
			text-decoration: none;
			font-style: normal;
			font-weight:normal;
		}
		
		#footer li span a:hover {
			text-decoration: none;
			font-style: normal;
			font-weight:normal;
		}
		
		#footer li span a:visited {
			text-decoration: none;
			font-style: normal;
			font-weight:normal;
		}

