body {
	margin:0;
	padding:10px 0 10px 0;
}
a, a:hover, a:visited {
	text-decoration:none;
}
p {
	margin: 10px 0 0 0;
	font-size:14px;
	text-align:justify;
}
p.comment {
	font-size:12px;
	color:#999;
}
div#main {
	padding:30px 0 30px 20px;
	width:1000px;
	margin:auto;
	background:url(../images/fon4.png);
	border-radius:10px;-moz-border-radius:10px;-khtml-border-radius:10px;
}
div#main h2 {
	margin:0 0 0 40px;
	font-family: "Myriad Pro";
	font-size:24px;
	font-weight:bold;
	color:#444;
	text-shadow: 2px 3px 4px #444;
	cursor:pointer;
	display:inline;
}
div#rigt_c {
	padding-top:20px;
	width:197px;
	float:right;
//	background-color:#9F3;
}
div#content {
	width:760px;
	padding:10px;
	min-height:530px;
	background-color:#FFF;
	border-radius:10px;-moz-border-radius:10px;-khtml-border-radius:10px;
	border:#888 1px solid;
	box-shadow: 3px 4px 4px #555;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
}
.but {
	padding-top:12px;
	text-align:center;
	width:177px;
	height:38px;  
	margin-bottom:5px;
	color:#FFF;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	cursor:pointer;
	
}
div.but:hover, div.but.current {
	padding-top:15px;
	height:35px;
}
div.but.cl2 {
	padding-top:3px;
	font-size:14px;
	height:47px;
}
div.but.cl2:hover, div.but.cl2.current {
	padding-top:6px;
	height:44px;
}
div#b1 {
	background:url(../images/but1.png) no-repeat;
}
div#b2 {
	background:url(../images/but2.png) no-repeat;
}
div#b1:hover, div#b1.current {
	background:url(../images/but1-1.png) 0 3px no-repeat;
}
div#b2:hover, div#b2.current {
	background:url(../images/but2-1.png) 0 3px no-repeat;
}
h3 {	
	margin:10px 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
div#stat {
	margin:60px 0 30px 40px

}
span.primer {
	font-size:10px;
	color:#999;
}
button.submit {
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
}

.submit .m {
background:none !important;
background-image:none !important;

}
.m input.submit {
height: 25px !important;
width: auto;
background: #d2904d;
border-radius: 10px;
border: 1px #777 solid !important;
cursor: pointer;
font-size: 14px !important;
box-shadow: 1px 2px #aaa;
margin:0 1px 2px 0 !important;
}
.m input.submit:hover {
box-shadow: none;
margin: 2px 0 0 1px !important;
}
.WolframAlphaWidgetLarge .wolframAlphaWidgetContent .submit {padding:0 8px !important;}
//.WolframAlphaWidgetLarge .wolframAlphaWidgetContent input {font-size:14px;}
span.func a, span.func a:visited {color:rgb(115, 165, 204);}
span.func a:hover {color:rgb(22, 0, 138);}