body{
	color:#333333;
	font-family:MS Sans Serif;
	font-size:13px;
}

input.big{
	font-family:MS Sans Serif;
	font-size : 16;
	color:#333333;
	background:#fff url(../img/text-bg.gif) repeat-x 0 0;
	border:1px solid #B5B8C8;
	padding:2px 3px;
	height:25px;
	width:205px;
	line-height:13px;
}
.text_big{
	font-family:MS Sans Serif;
	font-size : 16;
	color:#333333;
}
.text{
	font-family:MS Sans Serif;
	font-size : 15;
	color:#333333;
}
.text_small{
	font-family:MS Sans Serif;
	font-size : 13;
	color:#333333;
}

.text_small_s{
	font-family:MS Sans Serif;
	font-size : 11;
	color:#333333;
}

input,textarea{
	color:#333333;
	background:#fff url(../img/text-bg.gif) repeat-x 0 0;
	border:1px solid #B5B8C8;
}

input{
	padding:2px 3px;
	height:20px;
	line-height:18px;
}

textarea{
	resize:none;
}

.nav_box_head{
	/*font-weight : bold;*/
	font-family:MS Sans Serif;
	font-size : 13;
	color:#3E6089;
	padding-top : 1;
}

.nav_box_ins_head{
	/*font-weight : bold;*/
	font-family:MS Sans Serif;
	font-size : 12;
	color:#3E6089;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	background-color:#77d42a;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
	width: 20%;
	text-align: center;
}


