.box {
	background-color: #F2F2F2;
}

.top-title {	
	color: #552773;
	font-family: 'Montserrat',sans-serif;
	font-weight: bold;
	font-size: 22px;
	font-style: normal;
	line-height: 35px;
	padding-bottom: 15px !important;
}

.title {
	border-top: 1px solid #d3d3d3;
	padding-top: 20px !important;
	margin-top: 15px;
}

.description {
	color: #736C77;
	font-family: 'Montserrat',sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	line-height: 35px;
}

.description-no-line-height {
	color: #736C77;
	font-family: 'Montserrat',sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
}

#leftcol {
	overflow: hidden;
	width: 100%;
	min-height: 757px;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #d3d3d3;
	float: left;
	text-align: left;
}

#wrapper {
	min-height: 757px;
	font-size: 1.2em;
	margin-bottom: 25px;
	text-align: left;	
}
.row #wrapper{	
	background: none repeat scroll 0 0 #fff;
}

#wrapper h1 {
	width: 100%;
	padding: 15px 0px 15px 10px;
	background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #eeedef;
    font-size: 21px;
    margin: 10px 0;
    color: #552773;
    font-weight: bold;
}

.user-infomation {
    margin-left: 20px;
}

.user-infomation legend {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 6px 10px;
    width: 130px;

    color: #582772 !important;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
}

.user-infomation form {
    color: #582772 !important;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
	margin-top: 15px;
}

.user-infomation fieldset {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #f1f1f1;
	margin-bottom:15px;
}

.user-infomation p {
    margin-top: 10px;
    margin-left: 5px;
}

.black-text select {
    border: 1px solid #ccc;
    font-size: 12px;
    color: #000000;
}

.black-text input {
    font-size: 12px;
}

.black-text {
    color: #000000;
}

.left-label {
    padding-left: 40px;
    font-weight: 700;
    font-size: 12px;
}

textarea {
    border: 2px solid #546f8d;
}

.btn-submit{
	float:right;
	margin-right:30px;
}

@media screen and (max-width : 767px) {
    .user-infomation {
        margin-left: 0px;
    }
}

@media screen and (max-width : 376px) {
    textarea {
        border: 2px solid #546f8d;
        width: 125px;
    }

    .black-text select {
        border: 1px solid #ccc;
        font-size: 12px;
        color: #000000;
        width: 125px;
    }

    .black-text input {
        font-size: 12px;
        width: 125px;
    }
}

.top-space{
	margin-top: 20px;
}

.contact-form-message {
	color: #3e0451;
}

h1, h2, h3, h4 {
	font-family: 'Montserrat',sans-serif;
	color: #552773;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px
}

/* generic.css */
.right-content-wrapper {
	background-color: #FFFFFF;
	padding: 0;
	height: 100%;
}

.right-content-wrapper h1 {
    font-size: 22px;
    line-height: 34px;
}

.right-content-wrapper h2 {
    font-size: 22px;
    line-height: 34px;
}

.right-content-wrapper h3 {
    font-size: 18px;
}

.right-content-wrapper h4 {
    font-size: 16px;
}

@media only screen and ( max-width : 320px) {
    .right-content-wrapper h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and ( min-width : 769px) {
    .right-content-wrapper h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .right-content-wrapper h2 {
        font-size: 28px;
        line-height: 42px;
	}
	.right-content-wrapper h3 {
		font-size: 24px;
	}
	.right-content-wrapper h4 {
		font-size: 18px;
	}
}



.right-content-wrapper p, 
.right-content-wrapper ul, 
.right-content-wrapper ol {
    color: #736C77;
    font-weight: 400;
    font-size: 14px;
    line-height:  1.428;
    margin-bottom: 1em;
}

.right-content-wrapper ul, 
.right-content-wrapper ol {
    padding-left: 1.5em;
}

.right-content-wrapper li {
    margin-bottom: 0.5em;
    padding-left: 5px;
}

@media only screen and ( min-width : 769px) {
    .right-content-wrapper p,
    .right-content-wrapper ul,
    .right-content-wrapper ol {
        font-size: 16px;
        line-height: 1.6875;
    }
}