/*
Template Name: CleanBusiness
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Forms CSS
*/

table{
	width:100%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	}

table tr:first-child td:first-child {
    -moz-border-radius-topleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-top-left-radius:10px
}table tr:first-child td:last-child {
    -moz-border-radius-topright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-top-right-radius:10px
}table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}table tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}