h1, h2 {
    text-align: center;
    background-color: #70a837;
    width: 75%;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    font-family: arial;
}

p { 
    font-family: arial;
}

label {
	display: block;
    font-size: .9em;
    font-weight: bold;
    font-family: arial;
}

input[type=text], input[type=password], select, textarea, input[type=email], input[type=tel], input[type=date]{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: arial;
}

input[type=button] {
    width: 100%;
    background-color: #70a837;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: arial;
}

input[type=button]:hover {
    background-color: #649731;
    font-family: arial;
}

.section {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 75%;
    margin: 0 auto;
    font-family: arial;
}

.sameLineLabel {
	display: inline;
    font-family: arial;
}

.space {
	    padding: .4em;
}

.hide {
	display: none;
}

.error {
	color: red;
	font-weight: bold;
}

.fieldsetError{
	display: block;
	margin-bottom: 10px;
}

#BillInst, #MultipleUsers{
	width: 100%;
}

#servicesFieldset div, #billingInfoFieldset div, .checkboxFieldsets div{
	display: block;
	padding-bottom: 0.5rem;
}

#servicesFieldset div label, #billingInfoFieldset div label, .checkboxFieldsets div label{
	display: inline;
}

#servicesFieldset div p, #billingInfoFieldset div p, .checkboxFieldsets div p{
	margin-left: 1rem;
}

#captcha{
	margin-top:7px;
}

/* trail Styles */

#trialBody p {
	text-align: left;
}

#intrestDiv1{
	width: 50%;
	float: left;
	
}

#acrdLogo{
	height: 1.6em;
}

#acrdMessageModal{
	display: none;
}

#closeModal{
	width: auto;
	float: right;
}

.stop-scrolling{
  height: 100%;
  overflow: hidden;
}


