@charset "utf-8";


/* ------------------------------------------------------
  contact page Style Sheet
  Last Update 2009-00-00
------------------------------------------------------ */

/* contactBtnArea
------------------------------------------------------- */
div#contactBtnArea {
position:relative;
width:582px;
height:60px;
margin-top:16px;
background-image:url(../../../contact/images/index_bg_01.gif);
background-repeat:no-repeat;
}
div#contactBtnArea p {
position:absolute;
top:7px;
left:190px;
}


/* form
------------------------------------------------------- */
form dl:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}form dl {display:inline-block;}/* Hides from IE-mac \*/*html form dl {height:1%;}form dl {display:block;}/* End hide from IE-mac */
form dl {
width:582px;
margin-bottom:12px;
background-image:url(../../../contact/form/images/form_bg.gif);
background-repeat:repeat-y;
}
form dl.lastItem {
width:582px;
margin-bottom:0;
}
form dl dt {
float:left;
width:120px;
padding:4px 10px 5px;
}
form dl dd {
float:right;
width:430px;
}
form input,
form textarea {
padding:6px;
border:1px solid #cecece;
}
form dl dd p {
padding:6px;
}
form input img,
form textarea img {
border:none;
}
form .fullsize {
width:416px;
}
form div.formBtn {
text-align:center;
}
.none {
border:none;
}
pre {
margin:0;
padding:6px;
}