body {
  position: relative;
  background: #fdfdfd url("../assets/img/bg/body_bg.jpg");
  font-family:Arial;
  color:#888;
  font-size:12px;
  padding-bottom:0px;
  padding-top:0px;
  overflow-y: scroll; 

}

 body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 0px;

	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);

	z-index: 100;
} 

.colored, a { color:#3a7ed1}
.small-text { font-size:11px;}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.colored_bg { background:#3a7ed1; color:#fff;}

input, textarea { background:#f1f1f1 !important; border:none !important; box-shadow:none !important; border-radius:0px !important; border:1px dashed #dfdfdf !important;}

input:focus, textarea:focus { background:#e7efff !important; border:1px dashed #dfdfdf !important;} 