/* FORM PARTNERS */
#partners_form div.formCaption {width: 35%;	height: auto;}
#partners_form  ol.formContainer li {overflow: hidden;}

/* CONTACT US FORM */
#contact_wrapper {overflow: hidden;}
#contact_form {float: left; width: 570px; margin-top: 15px;}
#contact_details {float: right; width: 260px;}
p.phone, p.fax {margin-bottom: 0;}
/* product styles */
h3.ProductIntro{
width:600px;
margin:10px 0;
font:normal 18px/1.4 Arial,Helvetica,sans-serif;
}
#Features{
width:690px;
overflow:auto;
border:1px solid #8fb9d0;
padding:5px 0;
background:#ecf7fd url(http://www.norphonic.no/web/images/stories/bg-Features.png) repeat-x center left;
clear:both;
}
#Features h4{
padding:0;
margin:0px 0 10px 10px;
}
#Features ul{
margin:0 0 10px 5px;
padding:0;
list-style-type:none;
}
#Features ul li{
width:215px;
margin: 0;
float:left;
list-style-type:none;
line-height:18px;
}
#Features ul li .icon { 
float: left; padding: 0; width:40px;margin:0 5px; }
}
#Features ul li span{
	font:normal 11px Arial,sans-serif;
	display:block;
}
#Alternatives{
overflow:auto;
}
#Alternatives ul{
width:680px;
border:1px solid #f6f6f6;
background-color:#fefefe;
margin:10px 0;
list-style-type:none;
padding:5px;
overflow:auto;
}
#Alternatives ul li{
float:left;
display:block;
padding:0 0 0 20px;
width:200px;
margin:2px 4px 5px 0;
line-height:1.15;
background:transparent url(http://www.norphonic.no/web/images/stories/icon-arrow.png) no-repeat top left;
}
.MoreInfo{
width:680px;
border:1px solid #8fb9d0;
background:transparent url(http://www.norphonic.no/web/images/stories/bg-MoreInfo.png) repeat-x center left;
padding:5px;
margin:10px 0;
}
.MoreInfo ul{
list-style-type:none;
}
/*message notification */
.info, .success, .warning, .error, .validation {   
border: 1px solid;    
margin: 10px 0px;
padding:15px 10px 15px 50px;    
background-repeat: no-repeat;   
background-position: 10px center;
}
.info {    
color: #00529B;    
background-color: #BDE5F8;  
background-image: url('info.png');
}
.success {   
color: #4F8A10;    
background-color: #DFF2BF;   
background-image:url('success.png');
}
.warning {    
color: #9F6000;   
background-color: #FEEFB3; 
background-image: url('warning.png');
}
.error {    
color: #D8000C;   
background-color: #FFBABA;   
background-image: url('error.png');
}
