/*
    Final Project: Website
    Author: Ryan Soper
    Date: 30 AUG 2015
    
    css for the form

*/

form {
    clear: left;
    float: left;
    list-style-type: none;
    text-align: center;
    margin-left: 39%;
    list-style: none;
}

form {
   background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 10px 50px;
	border-radius: 10px;  
	list-style-type: none;
	position: relative;
	display: inline-table;
}

.actions {
    list-style-type: none;
}

.row {
    margin: 0px;
    padding: 0;
    
}