#thickbox-contents .topic {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1px; 
    margin-top: 10px;  
    color: rgb(255,124,0);
}

#thickbox-contents h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1px; 
    margin-top: 6px;     
}

#thickbox-contents p.big {
    font-size: 16px;
    font-weight: bold;
    color: #525252;
    margin: 0;
    padding: 0;
}

#thickbox-contents p.semibig {
    font-size: 14px;
    font-weight: bold;
    color: #525252;
    margin: 0;
    padding: 0;
}


#thickbox-contents .separator-horizontal {
    background: transparent url(../img/separator-horizontal.gif) repeat-x scroll 0 0;
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
    clear: both;
}

#thickbox-contents dt,
#thickbox-contents dd {
    float: left;
}

#thickbox-contents dt {
	width: 200px;
    clear: both;
}

#thickbox-contents dd {
}

#thickbox-contents input.textinput {
    width: 180px !important;
    float: right;
    margin-bottom: 6px;
    height: 17px;
}

#thickbox-contents textarea {
    width: 460px;
    height: 125px;
    margin-bottom: 20px;
}

#thickbox-contents input.submit {
    background: transparent url(/img/calculator-button-bg.gif) repeat-x scroll left top;
    border: 1px solid #fff;
    color:#fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    letter-spacing: 2px;
    padding: 0;
    text-transform: uppercase;
    width: 90px;
    margin-left: 10px;
}

#thickbox-contents input.reset {    
    background-color: #fff;
    border: 1px solid #ced2d4;
    color: #ff7900;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    margin-top: -40px; /* negative height */
    margin-left: 320px;
    width: 66px;
    float:left;
}

#thickbox-contents ul.errors {
	color: red;
	font-weight: bold;
}

#TB_title {
display:none;
}

#thickbox-contents {
    overflow-x:hidden !important;	
    overflow-y:hidden !important;
}

#thickbox-contents p.required {
margin-bottom:1em;
}

div.tell-a-friend p.constructor {
margin-top:1em;
margin-bottom:-0.6em;
}
