@charset "utf-8";
/* CSS Document */


/* txt 
(use for the txt like the legal , privacy ,)
********************************** */

.txt_border {margin:15px; font-size:12px; line-height:1.5;}
.txt_title {color:#eb6495; font-size:14px; font-weight:bold;}
.txt_content { margin:0; margin-top:2px; margin-bottom:20px;}


/* form 
(use for the form's input, btn style.)
*********************************** */
.input {border:1px solid #ccc; margin-right:5px;}

.btn {background-color:#483c30; color:#FFF; border:2px solid #372a1c; border-top:2px solid #5f5346; border-left:2px solid #5f5346; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:10px;}

