@charset "utf-8";

body#contact p#gobackBtn{
text-align:right;
font-size:110%;
}
body#contact p#gobackBtn a{
background:#efefef;
padding:.5em 2em;
border:1px dotted #E5002D;
}


dl#contactAtt {
margin:.5em 5px 0;
}
dl#contactAtt dt{
color:#f00;
}
dl#contactAtt dd{
font-size:85%;
}

body#contact h2{
margin-top:1em;
}
form{
background:#ececec;
padding:20px;
margin-top:.5em;
border:2px solid #999;
}
fieldset{
border:none;
margin-bottom:2em;
}
legend{
display:block;

}
label{
display:block;
font-weight:bolder;
background:url(../img/dot2.gif) repeat-x left bottom;
padding-bottom:.5em;
}
fieldset p{
margin:.5em 0 1.5em 0;
}
fieldset p#submitBtn {
text-align:center;
}
fieldset p#submitBtn input{
width:120px;
}


/*thanks message*/
#thankmsg{
font-size:120%;
text-align:center;
margin-top:3em;
}