@font-face {
    font-family: 'exobold';
    src: url('fonts/exo-bold-webfont.eot');
    src: url('fonts/exo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo-bold-webfont.woff') format('woff'),
         url('fonts/exo-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'exolight';
    src: url('fonts/exo-light-webfont.eot');
    src: url('fonts/exo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/exo-light-webfont.woff') format('woff'),
         url('fonts/exo-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.gtextbox 
{
	width:150px;
}
.gtextarea 
{
	width:180px;
	height:50px;
}
.gtitle 
{
	width:150px;
}
.gtextboxpage
{
	width:200px;
	line-height:0px;
}
.gtextareapage
{
	width:280px;
	height:80px;
}
.gtitlepage
{
	width:280px;
}
.gsmpage
{display:none;
	margin-bottom: 10px;
    color: #30083f;
    font-family: 'exolight'!important;
    font-size: 23px;
	line-height: 25px;
    margin-bottom: 15px;
    
}