a.efvEditorlinks
{
text-decoration:none;
font-family:Arial;
font-size:13px;
font-weight:bold;
font-style:normal;
background-color:#ffffff;
color:#303030;
}
a:link.efvEditorlinks
{
color:#303030;
font-family:Arial;
font-size:13px;
font-weight:bold;
font-style:normal;
background-color:#ffffff;
}
a:visited.efvEditorlinks
{
color:#ff8c00;
font-family:Arial;
font-size:13px;
font-weight:bold;
font-style:normal;
background-color:#ffffff;
}
a:hover.efvEditorlinks
{
color:#ff8c00;
font-family:Arial;
font-size:13px;
font-weight:bold;
font-style:normal;
background-color:#ffffff;
}
a:active.efvEditorlinks
{
color:#ff8c00;
font-family:Arial;
font-size:13px;
font-weight:bold;
font-style:normal;
background-color:#ffffff;
}
.efvEditorback
{
background-color:#ffffff;
color:#303030;
text-align:left;
font-family:Arial;
font-size:13px;
font-weight:bold;
font-style:normal;
}
.efvPopupTitel
{
background-color:#ff8c00;
color:#fff;
text-align:left;
font-family:Arial;
font-size:20px;
font-weight:bold;
font-style:normal;
}
.efvEditortback
{
background-color:#fff;
color:#303030;
text-align:left;
font-family:Arial;
font-size:20px;
font-weight:normal;
}
.efvEditordiv
{
overflow:auto;
width:100%;
height:100%;
}
.efvEditorimg
{
height:0;
}



@media screen and (orientation: portrait) {
input {
	height:90px;
	width:180px;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: bolder;
	line-height: 20px;
	background-color: #1a1818;
	border: 3px solid #ff8c00;
}

.efvEditorback
{
background-color:#ffffff;
color:#303030;
text-align:left;
font-family:Arial;
font-size:16px;
font-weight:bold;
font-style:normal;
}    
.efvPopupTitel
{
background-color:#ff8c00;
color:#fff;
text-align:left;
font-family:Arial;
font-size:22px;
font-weight:bold;
font-style:normal;
}
    
.efvEditortback
{
background-color:#fff;
color:#303030;
text-align:left;
font-family:Arial;
font-size:22px;
font-weight:normal;
}

}

@media screen and (orientation: landscape) {
input {
	height:50px;
	width:150px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bolder;
	line-height: 20px;
	background-color: #1a1818;
	border: 3px solid #ff8c00;
}   
}