﻿#formPanel {
    width:300px;
    margin:120px auto 0 auto;
}

#formPanel td {
    line-height:30px;
}
#formPanel td label {
    font-weight:bold;
}

.buttonarea {
    width:180px;
    margin:20px auto 0 auto;
    *width:200px;
    _width:200px;
}

.btn{
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 12px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.btngreen {
color: #fff;
background-color: #17a153;
border-color: #4cae4c;
}


.btngreen:hover {
color: #fff;
background-color: #47a447;
border-color: #398439;
}