﻿
.employerInfoLeftText
{
	padding-right: 20px; 
	margin-bottom: 10px; 
	border-style: none solid none none;
        border-width: 1px; 
        border-color: #E4E4E4; 
        width: 400px; 
        float: left;
 
}
.employerInforActionButton
{
text-align: center; 
 vertical-align:middle;
margin-top:15px;
}

.employerInfoLine
{
	height: 1px; 
	color: #E4E4E4; 
	margin-bottom: 10px;
	clear:left;
}
.employerInfoServiceTagline
{
	color: #CC0000; 
	
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #02a017;
    border-radius: 8px;
    background: #992828;
    background: -webkit-gradient(linear, left top, left bottom, from(#04ff26), to(#02a017));
    background: -moz-linear-gradient(top, #04ff26, #02a017);
    background: linear-gradient(to bottom, #04ff26, #02a017);
    -webkit-box-shadow: #04f023 0px 0px 40px 0px;
    -moz-box-shadow: #04f023 0px 0px 40px 0px;
    box-shadow: #04f023 0px 0px 40px 0px;
    text-shadow: #02640f 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid ##03c81d;
    background: #992828;
    background: -webkit-gradient(linear, left top, left bottom, from(#05ff2e), to(#02c01c));
    background: -moz-linear-gradient(top, #05ff2e, #02c01c);
    background: linear-gradient(to bottom, #05ff2e, #02c01c);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#02a017), to(#02a017));
    background: -moz-linear-gradient(top, #02a017, #02a017);
    background: linear-gradient(to bottom, #02a017, #02a017);
}
