/* GENERAL */
 *{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    color:#8d8d8d;
 }

 .nasiiText {
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
 }

 .noBorder {
 	border: 0 !important;
 	box-shadow: none !important;
 	font-size:17px !important;
	font-weight: 300 !important;
	line-height: 29px !important;
	color:#8d8d8d;
	background: none  !important;
 }

::-webkit-input-placeholder { color:#f00; }
::-moz-placeholder { color:#f00; } /* firefox 19+ */
:-ms-input-placeholder { color:#f00; } /* ie */
input:-moz-placeholder { color:#f00; }