/*Code to setup button look and feel START */

.navigationOuterContainer input.nextButton:hover, .navigationOuterContainer input.typeButton:hover, .navigationOuterContainer input[type=submit]:hover {
    background: #2e2b2b;
    color: #59c3cf;
}



}
.btn
{
 background:#FFFFFF; color: #04816E
 border:2px solid #acacac;
 border-radius:25px;
 -webkit-border-radius:15px;
 -moz-border-radius:15px;
 text-align:center;
 padding:15px;
 cursor:pointer;
 margin:5px 0;
}

.btn
{ 
color:#04816E; display:block; border-radius:20px;
}

.btn:hover
{
 background:#34495E;
 color:#ffffff !Important;
 border:2px solid #7e90a2;
}


/* Code to button look and feel End */
