@charset "utf-8";
/* CSS Document */

.calc {font-size: 14px; color: #660000; margin-top: 10px;}

.calc select {border: 1px solid #d6d6d6; margin: 5px 5px 15px 0; color: #333333;}

.next {width:51px; height:15px; background:url(../images/but_next.gif) no-repeat bottom; border: 0px; cursor: pointer; margin-top: 3px;}
.next2 {width:51px; height:15px; background:url(../images/but_next.gif) no-repeat bottom; border: 0px; cursor: pointer; margin-top: 3px;}

.calc img {margin: 10px 0 10px 0; border: 1px solid #d6d6d6;}

.trans {color: transparent;}

.length {border: 1px solid #d6d6d6; margin: 5px 5px 0px 0; color: #333333;}

.validnum {color: #333333; font-style: italic; font-size: 11px; float: left; margin: 0;}

.calc p {color: #333333; font-size: 14px;}

.calc strong {margin-right: 15px; line-height: 20px; color: #660000;}

.msg {font-size: 12px; color: #333333;}

a.uline{text-decoration:underline;}
