a.efvEditorlinks
{
text-decoration:none;
font-family: 'PT Sans', Arial, sans-serif;
font-size:13px;
font-weight:400;
font-style:normal;
background-color:#ffffff;
color:#9c263c;
}

a:link.efvEditorlinks
{
text-decoration:none;
font-family: 'PT Sans', Arial, sans-serif;
font-size:13px;
font-weight:400;
font-style:normal;
background-color:#ffffff;
color:#9c263c;
}

a:visited.efvEditorlinks{
text-decoration:none;
color:#9c263c;
font-family: 'PT Sans', Arial, sans-serif;
font-size:13px;
font-weight:400;
font-style:normal;
background-color:#ffffff;
}

a:hover.efvEditorlinks{
text-decoration:underline;
color:#6F6F6F;
font-family: 'PT Sans', Arial, sans-serif;
font-size:13px;
font-weight:400;
font-style:normal;
background-color:#ffffff;
}

a:active.efvEditorlinks{
text-decoration:none;
color:#9c263c;
font-family: 'PT Sans', Arial, sans-serif;
font-size:13px;
font-weight:bold;
font-style:normal;
background-color:#ffffff;
}

.efvEditorlinks, span {
color:#9c263c;
font-family: 'PT Sans', Arial, sans-serif;
font-size:13px;
font-weight:bold;
font-style:normal;
background-color:#ffffff;
}



.efvEditorback{
background-color:#ffffff;
color:#9c263c;
text-align:left;
font-family: 'PT Sans', Arial, sans-serif;
font-size:13px;
font-weight:bold;
font-style:normal;
line-height:21px;
}

.efvPopupTitel{
color: #9c263c;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0;
	font-family: 'PT Sans', Arial, sans-serif;
}


.efvEditortback{
background-color:#ffffff;
color:#000000;
text-align:left;
font-family: 'PT Sans', Arial, sans-serif;
font-size:13px;
font-weight:normal;
}


.efvEditordiv {
overflow:auto;
width:95%;
height:auto;
}

.efvEditorimg{
height:0;
}

@media screen and (orientation: portrait) {
input {
	height:90px;
	width:250px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 32px;
	color: #FFF;
	font-weight: bolder;
	line-height: 17px;
	background-color: #9c263c;
	border: 1px solid #9c263c;
}
}

@media screen and (orientation: landscape) {
input {
	height:50px;
	width:150px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bolder;
	line-height: 17px;
	background-color: #9c263c;
	border: 1px solid #9c263c;
}
}

p {
    color: #2e2e2e;
    line-height: 24px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 14px;
}