/*
Theme Name: investmark
Theme URI: http://webspad.es
Description: Developed for investmark
Version: 1.0
Author: webspades
Author URI: http://webspad.es
Date: march 2014
*/
.content_mid_left ul li{
padding-bottom:10px;
}
input.wpcf7-form-control{
 color: #777777;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    height: 59px;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 423px;
	}

	input.wpcf7-submit{
	border-radius: 6px;
    color: #FEFEFE;
    cursor: pointer;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-size: 24px;
    font-weight: 600;
    height: 67px;
    letter-spacing: -0.5px;
    padding: 6px 10px;
    text-decoration: none;
    width: 433px;
	background: #f4be36;
background: -moz-linear-gradient(top, #f4be36 0%, #c58e02 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #f4be36), color-stop(100%, #c58e02));
background: -webkit-linear-gradient(top, #f4be36 0%, #c58e02 100%);
background: -o-linear-gradient(top, #f4be36 0%, #c58e02 100%);
background: -ms-linear-gradient(top, #f4be36 0%, #c58e02 100%);
background: linear-gradient(to bottom, #f4be36 0%, #c58e02 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4be36', endColorstr='#c58e02', GradientType=0 );
    border: 1px solid #F6DA96;
	}
	p.form-headline{
	 color: #F16800;
    
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
    text-align: center;
	}
	.content_mid h2 {
    font-size: 22px;
    font-weight: bold;
}
.content-inner{
 padding-bottom: 25px;
 }
#footer{background: #E3A712;}
strong{
font-weight: bold;
}
.content_mid_right img{
float:right;
}