.box_warning {border:1px solid #e5d200; padding:3px 4px 4px 32px !important; margin-bottom:10px; background:#f4f3c2 url(/img/common/box_warning.png) no-repeat; font-size:120% !important; line-height:110% !important; border-radius: 3px;}
.box_warning_error {border-color:#F00; background:#f8efef url(/img/common/box_warning_error.png) no-repeat;}
.box_warning_small {
	border:1px solid #e5d200;
	padding:3px 4px 4px 32px !important;
	margin:10px 0;
	background:#f4f3c2 url(/img/common/box_warning.png) no-repeat;
	font-size:14px !important;
	font-style:italic;
	border-radius: 3px;
	color:#e37a0f;
}
::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } 
:-ms-input-placeholder { color:#999; } 
input:-moz-placeholder { color:#999; }
