body {
background-color: #F2F2F2;
background-position: top;
background-repeat: repeat-x;
margin:0px;
padding: 0px;
font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
color:#424242;
}
a{text-decoration:none}
.wapp{text-align: center;width:200px;display: block;font-size: 1.4em;color:#1c1c1c;border: 1px #bdbdbd solid; border-radius:10px;padding: 10px;margin-bottom: 10px; background-color: #fff;
font-weight: bold}
table{margin: 0px;padding: 0px;}
th{background-color:#1C1C1C;color:#FFFFFF;font-weight: bold;font-size:1.2em;
padding:5px;border:0px #424242 solid;}
.login a:link,.login a:visited {
	color:#424242;
	font-family: tahoma;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
input, select,textArea{border-radius: 8px;border:1px #BDBDBD solid;padding: 4px;height: 35px;margin: 6px;width: 250px}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-success2 {
    color: #fff;
    background-color: #F78181;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
