/************************************************************************ /* /* NatesDawgs.com About styling rules /* /* Rules on this page will govern the styling for the About Me page. /* /* INCLUDE SITE WIDE VARIABLES /* /************************************************************************ /* /* define css VARIABLES /* /************************************************************************/ /************************************************************************ /* /* end VARIABLES /* /************************************************************************/ /* /************************************************************************/ img.thumbright { float: right; border: 0px black solid; padding-left:20px; } img.thumbleft { float: left; border: 0px black solid; padding-right:20px; } /************************************************************************ /* /* begin CONTACT FORM /* /************************************************************************/ table#contactTbl td { vertical-align:top; } form#contactFRM { margin: 0px 10px; } form#contactFRM input, form#contactFRM textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; border:1px solid #ccc; font-size:16px; min-height:25px; display:inline; outline: none; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px; } #ajaxBusy { display:none; margin:50px 300px; padding:0px; position:absolute; text-align:center; width:auto; } #ContactBtn { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; border:1px solid #ccc; font-size:13px; background:none; margin: 0px 5px 8px 50px; min-height:15px; width:150px; outline: none; padding:5px; cursor:pointer; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px; /* Gradient Background */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#bdbdbd'); background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#bdbdbd)); background: -moz-linear-gradient(top, #F2F2F2, #bdbdbd); } /************************************************************************ /* /* end CONTACT FORM /* /************************************************************************/