@charset "utf-8";
/*
Theme Name: MedWatch
Description: MedWatch
Version: 0.9
Author: GHC
Author URI: http://www.ghc-j.com/
*/

.appl-form_05{
width: 100%;
border-collapse: collapse;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.appl-form_05 th{
width:25%;
padding: 6px; text-align: left;
vertical-align: top;
color: #666666;
background: url(bg.jpg) repeat-x top left #eee;
border-bottom: 1px dotted #999;
border-left: 1px solid #ccc;
}
.appl-form_05 td{
width: 25%;
padding: 6px;
border-bottom: 1px dotted #999;
border-left: 1px solid #ccc;
}

#submit {
width:150px; text-align:center; color:#fff; font-size:18px; padding:10px 0 8px; border:none; border-radius:4px; margin:0 4px;
background-color: #fca300;
color:white;
}

#submit:hover {
background: #fdc155;
}

.appl-form .bt-block{text-align:center; margin-top:25px;font-size:14px;}
.appl-form button{width:150px; text-align:center; color:#fff; font-size:18px; padding:10px 0 8px; border:none; border-radius:4px; margin:0 4px;}
.appl-form button:hover{cursor:pointer; opacity:0.7;}
.appl-form button.submit{background-color: #fca300;}
.appl-form button.reset{background-color: #b9b9b9;}
.appl-form ul {list-style: none;font-size:14px;}
.appl-form ul li {width: 100%;	float: left;clear: both;}

.wpcf7 input[type="reset"]
{
    background-color: #b9b9b9;
    color: white;
    width:150px; text-align:center; color:#fff; font-size:18px; padding:10px 0 8px; border:none; border-radius:4px; margin:0 4px;
}

.wpcf7 input[type="reset"]:hover {
background: #e2e2e2;
}