@charset "UTF-8";
/* CSS Document */

/************************ Body ************************/

body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom:0px;}
#form {width:94%; padding:3%; }

#textbox {margin-bottom:20px;display: table;width: 100%;}
#textbox .text{ font-family:Verdana; font-size:12px; color:#333; margin-bottom:5px; float:left;width:100%;}
#textbox .div{ font-family:Verdana; font-size:12px; color:#333; margin-bottom:5px; float:left;width:100%;}
#textbox .text1{ font-family:Verdana; font-size:12px; color:#333; margin-bottom:5px;}
#textbox .box{ font-family:Verdana; font-size:12px; color:#333;width:85%;}
#textbox .content{ width:100%; float:left}
#textbox .content input{ width:99%;}
#radioBtn {margin-bottom:20px;display: table;width: 100%;}
#radioBtn .text{ font-family:Verdana; font-size:12px; color:#333; margin-bottom:5px; float:left; width:100%;}
#radioBtn .radio_content{ display:table; width:70%;}
#radioBtn .content {margin-left: 0px; margin-left: 10px; float:left;margin-bottom: 8px;padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;}
#radioBtn .content .left{  font-family:Verdana; font-size:12px; color:#333; }
#radioBtn .content .right{ float:left; font-family:Verdana; font-size:12px; color:#333; }
#radioBtn .content .left Input{background-color:#fff;border:1px solid rgba(0,0,0,0.15);border-radius:100%;display:inline-block;height:16px;margin-right:10px;margin-top:-1px;vertical-align:middle;width:16px;line-height:1}
#radioBtn .content .left:checked + #radioBtn .content .left Input:after{background-color:#57ad68;border-radius:100%;content:"";display:inline-block;height:12px;margin:2px;width:12px}
#radioBtn .content .left,#radioBtn .content .left:checked + #radioBtn .content .left:after{border-radius:0}
  
#checkBtn {margin-bottom:20px;display: table;min-width:500px;width: 100%;}
#checkBtn .text{ font-family:Verdana; font-size:12px; color:#333; margin-bottom:5px; float:left; min-width:100px;}
#checkBtn .content {margin-left: 0px; margin-right: 20px; float:left;}
#checkBtn .content .left{ float:left; font-family:Verdana; font-size:12px; color:#333; }
#checkBtn .content .right{ float:left; font-family:Verdana; font-size:12px; color:#333; }
#textarea {margin-bottom:20px;display: table;min-width:500px;width: 100%;}
#textarea .text{ font-family:Verdana; font-size:12px; color:#333; margin-bottom:5px;}
#textarea .box{ width:50%;font-family:Verdana; font-size:12px; color:#333; min-width:500px; height:100px;}
#upload {margin-bottom:20px;display: table;min-width:500px;width: 100%;}
#upload .text{ font-family:Verdana; font-size:12px; color:#333; margin-bottom:5px; float:left; min-width:100px;}
#upload .box{ font-family:Verdana; font-size:12px; color:#333; }
#menu {margin-bottom:20px;display: table;min-width:500px;width: 100%;}
#menu .text{ font-family:Verdana; font-size:12px; color:#333; margin-bottom:5px; float:left; min-width:100px;}
#menu .box{ font-family:Verdana; font-size:12px; color:#333; }
#btn {margin-bottom:20px;display: table;width: 100%;}
#btn .content{margin-right: 10px; float:left;}
#btn .box{ font-family:Verdana; font-size:12px; color:#333; }
#payment {margin-bottom:20px;display: table;width: 100%;}
#payment .text{ font-family:Verdana; font-size:12px; color:#333; margin-bottom:5px;}
#payment .content{ font-family:Verdana; font-size:12px; color:#333; }

