/*IMPORT:BEGIN*/
@import url('./default/layout.css');
@import url('./default/text.css');
@import url('./default/links.css');
@import url('./default/form.css');
@import url('./default/nav.css');
/*IMPORT:END*/

#sharpie-ad {
    background:white url(/img/sharpie.ad.bg.jpg) no-repeat;
    height:110px;
    width:840px;
    margin 0;
    margin-bottom: 12px;
}
#sharpie-ad form {
    display:inline-block;
    margin:10px 0 0 459px;
    padding-top:36px;
    position:relative;
}
#sharpie-ad .msg {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    color:white;
    display:none;
    font:12px Georgia, serif;
    left:-2px;
    overflow:hidden;
    padding:5px 9px;
    position:absolute;
    top:10px;
    white-space:nowrap;
    width:350px;
}
#sharpie-ad .error {
    background-color:#f26522;
}
#sharpie-ad .success {
    background-color:#e53d8d;
}
#sharpie-ad input[type=text] {
    background-color:transparent;
    border:0px;
    border-bottom:1px solid #792829;
    color:#792829;
    font:11px Arial, Helvetica, sans-serif;
    margin:0 5px 8px 0;
    outline:0;
    width:125px;
}
#sharpie-ad input[name=sh_name] {
    clear: both;
    width:125px;
    position:absolute;
}
#sharpie-ad input[name=sh_addr] {
    width:170px;
    position:absolute;
    left:133px;
}
#sharpie-ad input[name=sh_email] {
    clear: both;
    width:125px;
    position:absolute;
    top:61px;
}
#sharpie-ad input[name=sh_city] {
    width:65px;
    position:absolute;
    left:134px;
    top:61px;
}
#sharpie-ad input[name=sh_state] {
    width:40px;
    position:absolute;
    left:208px;
    top:61px;
}
#sharpie-ad input[name=sh_zip] {
    width:47px;
    position:absolute;
    left:256px;
    top:61px;
}
#sharpie-ad input[type=image] {
    position:absolute;
    left:325px;
    top:45px;
}
#sharpie-ad input[type=image]:hover {
    opacity:0.4;
    filter:alpha(opacity=40);
}
