  #marcoCivil p {
    line-height: 24px;
    width: 75%;
		padding: 7px 10px 7px 0;
		margin-left: 10%;
		margin: 0 !important;
	}

  #btOk {
		width: 128px;
		right: 0;
		top: 10px;
	}

	#btOk {
		width: 128px;
	}

#marcoCivil {
	background-color: #f8f7f6;
	padding: 7px 10px 7px 20px;
	margin-top: -15px;
	margin-bottom: 15px;
	min-width: 965px;
	position: relative;
	display: none;
	border-bottom: 1px solid #e7e4e1;
}

#divMarcoCivilInner {
	width: 965px;
    position: relative;
		margin: 0 auto;
	}

#marcoCivil p {
    font-family: Arial,Tahoma,Verdana;
color: #666;
}
#btOk {
	position: absolute;
	right: 0;
	background-color: #EC7000;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	height: 30px;
}

#btOK hover {
    background-color: #ED7E19;
    transition: 0.5s;
}
#termos {
	font-family: Arial,Tahoma,Verdana;
	text-decoration: underline;
	color: #007AB7;
}

#termos hover {
    border-bottom-color: #666;
    color: darkgrey;
    transition: 0.5s;
}
