body {
	background-color: #ffffff;
    color: #666666;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    /* margin: 0; */
    padding: 0;
}
section {
    display: block;
}
.float-right {
	float: right;
}
.required {
    font-size: 12px;
}
.subtitle h2 {
	font-size: 22px;
	color: #666;
	font-weight: 100;
	margin-bottom: 15px;
}
#package-div h3 {
	line-height: 20px;
    padding: 0;
    margin: 0 0 10px;
}
.member-form {
	position:relative;
	width:100%;
	overflow:hidden;
}
.member-form select {
	width: 70%;
}
.member-form .ui-accordion-content {
    padding: 1em 1em 0.5em 1em;
}
.member-form .ui-accordion-content .side {
    display: table-cell;
    width: 50%;
    float: left;
    position: relative;
}
.member-form .primary,
.member-form .member-container {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	margin: 10px 0;
	padding: 10px 0;
	width:100%;
}
.member-form .primary-member section {
    margin: 0;
    padding: 5px 0 0 0;
}
.member-form .primary-member label {
	font-weight: bold;
}
.member-form .text_red {
    color: red;
}
.member-form .help-block {
    color: #666;
    font-size: 12px;
}
.member-form input[type="text"], .member-form select {
    display: block;
    width: 100%;
    padding: 4px 8px;
    height: 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #777777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.member-form input[type="text"], .member-form select {
	width: 75%;
}
.member-form input[type="radio"] {
	margin-top:8px;
}
.member-form input:focus,
.member-form select:focus {
	border-color:#00a4df;
}
@media only screen and (max-width: 960px) {
	.member-form {
		position:relative;
		width:100%;
		overflow:hidden;
	}
	
	.member-form .ui-accordion-content .side {
		display:block;
		width:50%;
		position:relative;
		float:left;
	}
}
@media only screen and (max-width: 760px) {
	.member-form input[type="text"], 
	.member-form select {
    	width: 85%;
    }
}
@media all and (max-width: 600px) {
	.member-form .ui-accordion-content .side {
		width:100%;
		float:none;
	}
	
	.member-form input[type="text"], 
	.member-form select {
    	width: 100%;
    }
}
#add-family-member {
	margin: 8px 0;
}
.form-content p {
	margin-bottom: 10px;
}
.form-error-help {
	font-size: 12px;
	color: red;
}
#captchaBlock {height: 70px; width:200px;}
#refreshCaptcha {cursor: pointer;}