/*
Theme Name: arc-healthcare
Theme URI: arc-healthcare.com
Description: ARC Healtcare theme
Version: 1.0
Author: Crouch End Media
Author URI: crouchendmedia.co.uk
Tags:
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* Forms*/

label {
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

input {
color: #333;
background: #FFF;
border: 1px solid #CCC;
padding:3px;
}

.submit input {
color: #FFF;
background: #189e28;
margin-top: 1em;
padding:3px;
width: 10em;
}
.submit{
text-align: center;
}

fieldset {
border: 1px solid #189e28;
width: 51em;
padding-left: 1em;
}

legend {
color: #189e28;
background: #FFF;
border: 0;
font-weight: bold;
padding: 2px 6px
} 