body {
font-size: 62.5%;
font-family: helvetica, arial, verdana, sans-serif;
}




/* =============== Close Window Button =============== */

#modal-hd {
position: relative;
background: url(../images/modal-bg.gif) repeat-x;
height: 46px;
}

a#btCancel {
position: absolute;
top: 10px;
right: 18px;
display: block;
width: 41px;
height: 25px;
background: url(../images/close-window.gif);
text-indent: -9999px;
outline: none;
}




/* =============== Columns =============== */

#modal-content-left {
float: left;
margin-top: 20px;
width: 350px;
}

#modal-content-right {
float: right;
margin: 10px 0 10px 0;
width: 380px;
}




/* =============== Product Image =============== */

#modal-content-left img {
display: block;
margin: 0 auto;
}




/* =============== Product Information =============== */

#modal-content-right h1 {
width: 360px;
font-family: "trebuchet MS", tahoma, helvetica, arial, sans-serif;
color: #333;
margin-bottom: 2px;
padding: 0;
font-size: 2em;
}

#modal-content-right h1 span {
display: block;
font-size: 0.6em;
}

#modal-content-right p {
width: 360px;
font-size: 1.2em;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
color: #333;
margin-bottom: 14px;
}




/* =============== Product Quote Form =============== */

#product-quote-form-wrap {
margin-right: 10px;
background: #EDF3FE;
padding: 0 16px;
border: 1px solid #BBB;
}

#product-quote-form-wrap h2 {
font-family: "trebuchet MS", tahoma, helvetica, arial, sans-serif;
color: #003;
margin-bottom: 18px;
font-size: 1.5em;
}

#product-quote-form-wrap p {
width: 330px;
font-size: 1.2em;
font-family: "trebuchet MS", tahoma, helvetica, arial, sans-serif;
color: #333;
margin-bottom: 4px;
overflow: hidden;
}

#product-quote-form-wrap p label {
float: left;
width: 90px;
text-align: right;
color: #003;
margin: 4px 10px 0 0;
}

p.field input {
float: left;
}

#product-quote-form-wrap p.btn input {
float: right;
}

#product-quote-form-wrap p.field textarea {
float: left;
width: 190px;
height: 80px;
}

#product-quote-form-wrap p em {
display: block;
text-align: center;
margin-bottom: 16px;
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 0.9em;
}

