
body{
margin:0px;
margin-top:10px;
padding:0px;
font-family: Arial, sans-serif;
letter-spacing:0px;
font-size:14px;
background: #F2F2F2;
color:#848484;
}
	
*  {arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
line-height:1.22em;}

#main{
width:100%;

}

#main .wrapper{
margin: 0 auto;
width:954px;
position: relative;
}

#main .content{
border-style:solid;
border-width:1px;
border-color:#E6E6E6;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#FFFFFF;
-webkit-box-shadow: 0px 9px 23px rgba(50, 50, 50, 0.63);
-moz-box-shadow:    0px 9px 23px rgba(50, 50, 50, 0.63);
box-shadow:         0px 9px 23px rgba(50, 50, 50, 0.63);
}


.main_table{
width:100%;
padding:10px;
border-style:solid;
border-width:1px;
}

.title{
font-weight:500;
font-size:20px;
padding:18px 40px 18px 25px;
color:#FFFFFF;
background-image: linear-gradient(bottom, rgb(49,70,135) 80%, rgb(40,44,112) 31%);
background-image: -o-linear-gradient(bottom, rgb(49,70,135) 80%, rgb(40,44,112) 31%);
background-image: -moz-linear-gradient(bottom, rgb(40,44,112) 30%, rgb(49,70,135) 70%);
background-image: -webkit-linear-gradient(bottom, rgb(49,70,135) 80%, rgb(40,44,112) 31%);
background-image: -ms-linear-gradient(bottom, rgb(40,44,112) 30%, rgb(49,70,135) 70%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.8, rgb(49,70,135)),
	color-stop(0.31, rgb(40,44,112))
);
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
text-transform:uppercase;

}

#sub_title, #app_sch{
color:#535357;
font-weight:600;
padding-bottom:10px;
border-bottom: 3px solid #be1f24;
margin:10px 25px;
}

.main_table .item{
border-width:5px;
color:#DF0101;
width:200px;
min-width:200px;
}

#main  .image{
width:150px;
padding:10px;
}

#app_result{
margin:25px;
}

#app_sch{
font-weight:600;
}

.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.classname:active {
	position:relative;
	top:1px;
}

#buttom{
width:475px;
padding-top:15px;
position:absolute;
right:0px;
}
