/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Jul-2015, 13:04:35
    Author     : jeffreyalcock
*/
.submit-container, .button-container { display: inline; }

#submit {	
border-radius: 15px;
background-color: #39B6E3;
border-color: #39B6E3;

}

#submit:active, #submit:hover {	
background-color: #31A2D1;
border-color: #31A2D1;
}

