@charset "utf-8";
/* CSS Document */

#btn a
{
display:block;
width:100px;
height:40px;
line-height:40px;
background-color:#ffffff;
text-decoration:none;
font-family:Calibri; font-size:20px; color:#000000; font-weight:lighter; text-align:center; /*text-transform:uppercase;*/
}
#btn a:hover
{
color:#bbbbbb;
}

#btn2 a
{
display:block;
width:120px;
height:30px;
line-height:30px;
text-decoration:none;
font-family:Calibri; font-size:18px; color:#6bc13b; text-align:center; /*text-transform:uppercase;*/
border:2px solid #6bc13b;
border-radius:5px;
}

#myBtn
{
outline:none;
cursor:pointer;
width:120px;
height:35px;
line-height:30px;
text-decoration:none;
font-family:Calibri; font-size:18px; color:#6bc13b; text-align:center; /*text-transform:uppercase;*/
border:2px solid #009e6e;
border-radius:5px;
background-color:#efefef;
}

#btn3 a
{
display:block;
width:120px;
height:30px;
line-height:30px;
text-decoration:none;
background-color:#009e6e;
font-family:Calibri; font-size:18px; color:#ffffff; text-align:center; /*text-transform:uppercase;*/
border:2px solid #009e6e;
border-radius:5px;
}
#btn3 a:hover
{
background-color:#79e283;
border:2px solid #79e283;
}


#btn4 a
{
display:block;
width:200px;
height:30px;
line-height:30px;
text-decoration:none;
background-color:#6bc13b;
font-family:Calibri; font-size:18px; color:#ffffff; text-align:center; /*text-transform:uppercase;*/
border:2px solid #6bc13b;
border-radius:5px;
}
#btn4 a:hover
{
background-color:#9cdb79;
border:2px solid #9cdb79;
}

#btn5 a
{
display:block;
width:300px;
height:40px;
line-height:40px;
background-color:#40af7e;
text-decoration:none;
font-family:Calibri; font-size:24px; color:#ffffff; text-align:center; /*text-transform:uppercase;*/
}

#btn6 a
{
display:block;
width:70px;
height:30px;
line-height:30px;
text-decoration:none;
font-family:Calibri; font-size:18px; color:#ffffff; text-align:center; /*text-transform:uppercase;*/
}

#btn7 a
{
display:block;
width:200px;
height:40px;
line-height:40px;
background-color:#40af7e;
text-decoration:none;
font-family:Calibri; font-size:24px; color:#ffffff; text-align:center; /*text-transform:uppercase;*/
border-radius:10px;
}

#btn8 a
{
display:block;
width:300px;
height:40px;
line-height:40px;
background-color:#40af7e;
text-decoration:none;
font-family:Calibri; font-size:24px; color:#ffffff; text-align:center; /*text-transform:uppercase;*/
border-radius:10px;
}

#btn9 a
{
display:block;
width:250px;
height:40px;
line-height:40px;
background-color:#40af7e;
text-decoration:none;
font-family:Calibri; font-size:18px; color:#ffffff; text-align:center; /*text-transform:uppercase;*/
border-radius:10px;
}

#logout a
{
display:block;
width:150px;
height:40px;
line-height:40px;
background-color:#ff0000;
text-decoration:none;
font-family:Calibri; font-size:18px; color:#ffffff; text-align:center; /*text-transform:uppercase;*/
border-radius:10px;
}

