﻿/* OmniCare Health Centers - www.omnicarecarehealthcenters.com 

/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php 


/* Color and Font Legend 

Standard Stacks:

font-family: Arial, Helvetica, Geneva, sans-serif;
font-family: Times New Roman, Times, Lucida Bright, Garamond, Georgia, serif;
font-family: Tahoma, Verdana, Gill Sans, Candara. sans-serif;
font-family: 'Courier New', Courier, monospace; 

Common Google Web Font Stacks

font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;

font-family: 'Source Sans Pro', monospace;

font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'PT Serif', serif;

font-family: 'Droid Sans', sans-serif;
font-family: 'Droid Sans Mono', sans-serif;
font-family: 'Droid Serif', serif;

font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;

font-family: 'Alegreya Sans', sans-serif;
font-family: 'Raleway', sans-serif;

*/


.contactFrm h4 {
    font-size: 1em;
    color: #252525;
    margin-bottom: 0.5em;
    font-weight: 300;
    letter-spacing: 5px;
}

#location h3 {
    font-size: 44px;
    color: #252525;
    margin-bottom: 0.5em;
    padding: 20px 0px 10px 0px;
    font-weight: 300;
    letter-spacing: 5px;
}

.contactFrm input[type=text], .contactFrm input[type=email] {
    width: 92%;
    color: #252525;
    background: #fff;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    border: 1px solid #0066ff;
    -webkit-appearance: none;
    display: block;
    margin-bottom: 1.2em;
}
.contactFrm textarea {
    resize: none;
    width: 92%;
    background: #fff;
    color: #252525;
    font-size: 1em;
    outline: none;
    padding: .6em 1em;
    border: 1px solid #0066ff;
    min-height: 10em;
    -webkit-appearance: none;
}
.contactFrm input[type=submit] {
    outline: none;
    color: #FFFFFF;
    padding: 0.5em 0;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #0066ff;
    transition: 0.5s all;
    border: 2px solid #0000ff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 30%;
    cursor: pointer;
}
.contactFrm input[type=submit]:hover {
    background: none;
    color: #0066ff;
}
p.statusMsg{
	font-size:20px; 
    text-align: center;
    font-weight: bold;	
    font-size: 14px;
}

p.succdiv{color: #0066ff;}
p.errordiv{color:#E80000;}



