#content-c-table{
	position: relative;
	width: 1000px;
	height: 408px;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
}

#content-c-left{
	display: inline-block;
	width: 405px;
	height: 317px;
	margin-top: 2%;
	float: left;
}

#content-c-right{
	display: inline-block;
	width: 560px;
	height: 317px;
	font-family: 'Magra', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	margin-left: 2%;
	margin-top: 1.5%;
}

#content-c-header{
	display: inline-block;
	width: 100%;
	font-family: 'Orbitron', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	color: #80cc28;
	margin-top: 1%;
}

#content-c-wrap-form{
	width: 555px;
	height: 310px;
	border: 3px solid gray;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

#content-c-form-container{
	display: block;
	width: 93%;
	height: 91%;
	margin: 0 auto;
	font-family: Verdana,Geneva,sans-serif; 
}

#content-c-form-inner-left{
	width: 23%;
	height: 100%;
	text-align: right;
	font-size: 17px;
	font-variant: normal;
	line-height: 47px;
	font-weight: 500;
	float: left;
}

#content-c-form-inner-right{
	width: 70%;
	height: 100%;
	line-height: 38px;
	float: right;
}

#content-c-form-heading{
	font-size: 20px;
	font-variant: normal;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	margin-right: 5%;
}

.content-c-form-textfield{
	width: 90%;
	height: 33px;
    border: 1px solid;
	font-size: 18px;
	margin-bottom: 2%;
}


#content-c-btn-submit{
	width: 96px;
	height: 31px;
	border: none;
    background-color: transparent;
    text-indent: 480px;
    background: url('../images/btn-submit-r.png') no-repeat;
	background-size: cover;
	margin-top: 4%;
	margin-right: 5%;
}

#content-c-btn-submit:hover{
	width: 96px;
	height: 31px;
	border: none;
    background: url('../images/btn-submit-r-hover.png') no-repeat;
	background-size: cover;	
	cursor: pointer;
}

.content-c-info-row{
	display: inline-block;
	width: 100%;
	height: 18%;
	margin-top: 5%;
}

.content-c-info-left{
	display: inline-block;
	width: 12%;
	margin-top: 5px;
	float: left;
}

.content-c-info-right{
	display: inline-block;
	width: 85%;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	float: right;
}

.content-c-info-right a{
	color: inherit;
	text-decoration: inherit;
	cursor: pointer;
}

