@charset "utf-8";
/* CSS Document */
html {
    background:#4e6c9d;
}
body {
    text-align:center;
    *background:#4e6c9d;
}
#wrapper {
    margin: 25px auto;
    background:#4e6c9d url(bg.gif) no-repeat center 0;
    width: 1000px;
    height:800px;
}
#box {
    width:654px;
    height:300px;
    margin: 310px auto;
    
}
#box_bg {
    background:url(mid.png) repeat-y;
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
								sizingMethod=scale src='mid.png');
    width:100%;
    height:252px;
}
#boxtop {
    position: relative;
    top: 8px;
}
#payment {
    position: relative;
    top:-100px;
}
#infoform {
    margin: 10px auto;
    width:90%;
}
h3 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:18pt;
}

td {	
    text-align:right;
    padding-bottom:3px;
}

