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


iframe{
border:1px solid #bdbdbd;
}
div.map-wrap{
padding:10px;
background:#ffffff;
border:1px solid #bdbdbd;
width:502px;
height:232px;
}
div.map-wrapper{
height:260px;
width:522px;
background:url(../images/google-map-bg.png) right bottom no-repeat;
float:right;
margin-right:-32px;
}
input, select, textarea, fieldset{
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
box-shadow:none;
border:1px solid #aaaaaa;
height:24px;
margin-bottom:8px;
}
select.text{
height:26px;
overflow:hidden;
}
select option{
padding-top:3px;
}
textarea{
height:110px;
}
fieldset{
height:70px;
}
fieldset legend{
margin-left:20px;
}
fieldset table{
padding-left:20px;
}
input.submit{
background:#da632f;
color:#ffffff;
height:30px;
width:80px;
margin-right:10px;
border:1px solid #903812;
}
input.submit:hover{
cursor:pointer;
background:#b6491a;
-webkit-transition: background-color 400ms linear;
-moz-transition: background-color 400ms linear;
-o-transition: background-color 400ms linear;
-ms-transition: background-color 400ms linear;
transition: background-color 400ms linear;
}
input.reset{
color:#464646;
height:30px;
}
input.reset:hover{
cursor:pointer;
background:#cfcfcf;
-webkit-transition: background-color 400ms linear;
-moz-transition: background-color 400ms linear;
-o-transition: background-color 400ms linear;
-ms-transition: background-color 400ms linear;
transition: background-color 400ms linear;
}