@charset "utf-8";
/* CSS Document */

.col_name{padding-right:15px; width:100%; margin-bottom:10px; font-size:14px; line-height:19px;}
.col_field{width:100%; margin-bottom:20px;}

.col_grop{width:48%; float:left; margin-right:2%;}
.col_field input[type="text"], .col_field input[type="email"], 
.col_field input[type="tel"]{margin:0; padding:5px; width:100%; font-size:14px; font-weight:normal; border-radius:3px;}
.col_field textarea{margin:0; padding:5px; width:100%; font-size:14px; font-weight:normal; height:60px; border-radius:3px;}

.col_field input[type="file"]{margin:0; padding:0; font-size:14px;}
.col_field input[type="file"]:hover{margin:0; padding:0; font-size:14px; border:none;}

.col_btn input[type="submit"] {-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(0% 170% 90deg, #c4c4c4, white) repeat scroll 0 0;
    border-color: #e6e6e6 #cccccc #cccccc #e6e6e6;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #0486c0;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    outline: 0 none;
    padding:5px 16px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 1px 1px 0 white;
    white-space: nowrap;}









