﻿h2.title {
    color: #332B2C;
    font-size: 25px;
    margin-top: 10px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}

#main {
    padding: 0 0 20px;
    color: #000;
    font-family: Verdana, Arial;
}
.box {
    width: 625px;
    height: 140px;
}

.margin {
    margin-bottom: 30px;
}

.boxTop, .boxBottom {
    width: 625px;
    height: 5px;
    float: left;
}

.boxTopLeft, .boxBottomLeft {
    width: 5px;
    height: 5px;
    float: left;
}

.boxTopCenter, .boxBottomCenter {
    width: 350px;
    height: 5px;
    float: left;
}

.boxTopRight, .boxBottomRight {
    width: 3px;
    height: 5px;
    float: right;
}

.boxMain {
    float: left;
    height: auto;
    margin: 0;
    padding: 1px 8px 0;
    width: 530px;
}

.boxTitle {
    width: 625px;
    float: left;
    padding: 3px 0 15px;
    text-align: center;
    margin-bottom: 20px;
}
/* End box */
.convert {
    width: 290px;
    float: left;
}

.to {
    width: 202px;
    float: right;
}

.invertConvert {
    width: 15px;
    float: left;
    height: 40px;
}

input[type=text] {
    background: none repeat scroll 0 0 white;
    border: 1px solid #B2B2B2;
    height: 25px;
    width: 280px;
    margin-top: 5px;
}

select {
    background: none repeat scroll 0 0 white;
    border: 1px solid #B2B2B2;
    height: 30px;
    padding: 5px;
    width: 282px;
}

.result {
    padding: 2px 11px 9px;
    width: 259px;
    border: 1px solid #B2B2B2;
    margin-top: 5px;
}

.img {
    width: 100%;
    height: 24px;
    margin: 8px 0;
}

.imgInvert {
    height: 33px;
    margin-top: 3px;
    width: 30px;
    *height: 35px;
}

label.equal {
    margin: 0 0 0 8px;
}

.conversion {
    width: 625px;
    margin: 0 auto;
    height: 650px;
    margin-top: 10px;
}
