/*textarea, iframe 
{
	min-height:50px;
	min-width:500px;
    background: #FFFFFF !important;
    color: #000000 !important;
    margin: 2px !important;
    border:2px solid #C5C5C5 !important;
}

.fullscreen {
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
	height:100%;
	width:100% !important;
}

.textareafullscreen {
	position:fixed;
	left:0px;
	top:55px;
	z-index:1000;
	min-height:500px;
	height:100%;
	width:100% !important;
}

.fullscreen iframe {
	height:800px !important;
	width:99.5% !important;
}*/