The theme that I'm using has a custom CSS option where I can put my own code....So I tried using the one you gave me and I'm still getting the same results.
I'm wondering if there is more coding I need to place here to get this option to work. Below is a screen option of the section where I can place custom codes for the theme.
http://chicagohandymanspecials.com/wp-content/uploads/2012/05/css-for-theme.jpg
If I have to add your code in the actually Theme's style page where in that file does this code need to go?
Below is the Theme's full Style.css code in case you need it.
===================================================================================
/*
Theme Name: OptimizePress
Theme URI: http://optimizepress.com/
Description: OptimizePress is the essential theme for marketers. Create squeeze pages, sales letters and much more with ease.
Version: 1.45
Author: OptimizePress & James Dyson
*/
@charset "UTF-8";
/* CSS Document */
body{
background: #efefef;
background-repeat:repeat-x;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
font: 0.75em/160% Helvetica, Arial, Verdana, sans-serif;
color:#000000;
}
.aclear{clear:both;}
/*New Share Bar */
#sharebarnew{width:797px;height:89px;margin:0px auto;padding-top:4px;}
#sharebarnew2{width:600px;height:89px;margin:0px auto;padding-top:4px;}
#sharebarnew-left{width:110px;height:89px;background-image:url(images/share/sharebar-left.png);float:left;}
#sharebarnew-text{width:395px;height:89px;float:left;}
#sharebarnew-fb{width:72px;height:89px;float:left;}
#sharebarnew-twitter{width:73px;height:89px;float:left;padding-right:20px;}
#sharebarnew-right{width:126px;height:89px;float:left;background-image:url(images/share/sharebar-right.png);}
#wrapper{width:977px;margin:0px auto;}
#launchheader{width:977px;height:30px;line-height:0;}
#launchheaderbottom{width:977px;height:47px;background-image:url(images/launch4header.png);}
#headlinesection{padding-bottom:12px;}
#launchfooter{width:977px;height:51px;background-image:url(images/launch4footer.png);}
#launchbk{background-image:url(images/launch4bk.png);background-repeat:repeat-y;padding-top:10px;}
#launchinnertop{padding-left:60px;padding-right:60px;width:850px;margin:0px auto;padding-bottom:10px;}
#launchinnermain{padding-right:20px;width:800px;margin:0px auto;padding-bottom:15px;padding-left:0px;}
#launchbk p{margin-top:0px;font-size:15px;line-height:22px;}
#launchbk h2{margin-top:0px;font-size:1.9em;line-height:1.9em;color:#222222;letter-spacing:-0.04em;font-weight:normal;margin-bottom:5px;}
#launch1left{width:800px;padding-left:60px;padding-right:10px;float:left;}
#launchcommentsblock li{list-style:none;font-family:helvetica,arial,sans-serif;font-size:13px;color:#5c5c5c;min-height:130px;border-bottom:1px solid #e4e4e4;padding-bottom:10px;padding-top:15px;}
#launchcommentsblock li:first-child{border-top:1px solid #e4e4e4;}
#launchcommentsblock li:last-child{border-bottom:0px;}
#launchcommentsblock li p{font-family:helvetica,arial,sans-serif;font-size:13px;color:#5c5c5c;line-height:21px;}
#launchcommentsblock ol{padding-left:0px;margin-left:0px;}
#launchcommentsblock img{border:3px solid #e4e4e4;}
.launchcommentspic{float:left;width:110px;height:100px;font-size:12px;color:#929292;}
#launchcommentsblock textarea{width:580px;border:1px solid #c7c7c7;padding:5px;font-size:13px;color:#494949;}
#launchcommentsblock input{}
.launchcommentspic a{color:#636363;text-decoration:none;}
.inputcomments{color:#494949;border:1px solid #c7c7c7;padding:5px;font-size:13px;}
.commentswidth { width:500px; }
.commenttitle{float:left;width:500px;}
#headertext{
position:relative !important;
top: 55px !important;
}
==================================================================================
P.S. I'm so close in getting this form to the finish line thank to you.
Thanks,
Will