@charset "utf-8";
#page-wrap {
     width: 1080px;
     margin: 0 auto;
}
body {
    background:url(../images/bg.jpg) repeat;
   font-family: "Helvetica Neue", "Helvetica", Arial;
   
}



/* CSS Document */
.text {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #ebebeb;
}
.link{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #FFF;
}
a:active,a.current:visited {
    color: yellow;
}
.tat
{
	background-image:url(../top.jpg); 
	width:1080px; height:138px; 
	background-repeat:no-repeat; 
	word-spacing:45px;
	 text-align:center;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: large;
}
.style5 {
	color: #006600
}
.style6 {
	color: #0000FF
}
.style10
{
	color: #1187EB;
	font-weight: bold;
	font-size: large;
}
.error {
	font-size: 14px;
	color: #0066FF;
}

#slider_container {
	background: url(../images/shadow_slider.png) no-repeat scroll center 338px rgba(0, 0, 0, 0);
	float: right;
	padding: 0 0 14px;
	
	float:left;
	width:100%;
}
#outerslider {
	border-top: 1px solid #B6BCBF;
	height: auto;
	/*width: 948px;*/
	width: 100%;
	float:left;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.copyright {
	text-align:left;
	font-size:12px;
	background:#1187EB;
}
.label {
	float:left;
	font-size:13px;
	margin-top:12px;
	width:100%;
}
.submit_btn {
    
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efc5ca+0,d24b5a+50,ba2737+51,f18e99+100;Red+Gloss+%233 */
background:#c9de96;

    border: 1px solid #c9de96;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 10px 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
	
}

.submit_btn:hover {
	background: #006600;
}

.reset_btn {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

	
	
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #712d44;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 10px 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
    vertical-align: middle;
}

.reset_btn:hover {
	background: #cccccc;
}
