body{
	padding: 0px; 
	margin: 0px;
}
#exch-form {
    background: url(./img/bg_popup.png) no-repeat;
    width: 340px;
    height: 300px;
    position: relative;
    font: 12px Arial, Tahoma, sans-serif;
}
#exch-form select {
    font: 12px Arial, Tahoma, sans-serif;
}
#exch-form .curr-block,
#exch-form .course-block,
#exch-form .reserve-block,
#exch-form .copy-block {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
#exch-form .curr-block {
    top: 115px;
}
#exch-form .course-block {
    top: 150px;
}
#exch-form .reserve-block {
    top: 190px;
}
#exch-form .curr-block span,
#exch-form .course-block span,
#exch-form .reserve-block span {
    color: #996;
}
#exch-form .course-block strong,
#exch-form .reserve-block strong {
    color: #333;
    font-weight: normal;
}
#exch-form .course-block i {
    color: #666;
    font-style: normal;
    display: block;
    font-size: 11px;
}
#exch-form .copy-block {
    font-size: 11px;
    color: #996;
    bottom: 25px;
}
#exch-form .copy-block a {
    color: #F77114;
}
#exch-form .btn-exchange {
    position: absolute;
    top: 227px;
    left: 50%;
    margin-left: -42px;	
}
#from,
#to{
	width:140px;
}