@charset "utf-8";
/* CSS Document */

#contact-blurb {border:1px dashed #AA33CB;width:740px;padding:10px;margin:5px auto 0 auto;background:#FFDCFF;text-align:center}

table#cf {border:1px solid #999ccc;margin:10px auto 0px auto;padding:15px 20px 0 20px;background:#cccccc;width:80%}
table td.c1 {width:70px;text-align:right;padding-right:25px}
table td span#cf-note {text-align:right;color:#333ccc}
form#cf-form {}
form#cf-form input {font-size:1.3em;padding:2px;border:1px solid #7F9DB9;line-height:}
form#cf-form input#fsubmit {margin-left:360px;color:#8D346D;cursor:pointer}

#contact-complete {order:1px solid red;margin:20px 0 40px 60px;background: url('../images/tick_purple.gif') no-repeat;ackground-position:top left;height:50px}
#contact-complete p {padding-left:60px;font-weight:bold}
#contact-error {order:1px solid red;margin:20px 0 40px 60px;background: url('../images/red_cross.png') no-repeat;background-position:top left;background-size:50px 50px}
#contact-error p {padding-left:60px;font-weight:bold}
#contact-error h3 {color:red}

.border5 {-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;-webkit-border-top-left-radius:5px;
-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;}
.border10 {-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-webkit-border-top-left-radius:10px;
-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;}
.border15 {-moz-border-radius-topleft:15px;-moz-border-radius-topright:15px;-webkit-border-top-right-radius:15px;-webkit-border-top-left-radius:15px;
-moz-border-radius-bottomleft:15px;-moz-border-radius-bottomright:15px;-webkit-border-bottom-right-radius:15px;-webkit-border-bottom-left-radius:15px;}
.border20 {-moz-border-radius-topleft:20px;-moz-border-radius-topright:20px;-webkit-border-top-right-radius:20px;-webkit-border-top-left-radius:20px;
-moz-border-radius-bottomleft:20px;-moz-border-radius-bottomright:20px;-webkit-border-bottom-right-radius:20px;-webkit-border-bottom-left-radius:20px;}
