body{
	background: #831430;
	font-family:arial;
	font-size:14px;
}

.old_blue{	color: #3B5998; }
.blue{	color: #7DB0E5; }
.medium_blue{	color: #5481E6; }
.copper{	color: #CB9787; }
.red{	color: #F87073; }
.green{	color: #28cd1b; }
.grey{	color: #839098; }


.button_style1{

	border:1px solid #15aeec; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px; 
	padding: 10px 10px 10px 10px; 
	text-decoration:none; display:inline-block;

	color: #fff;
	font-size: 13pt;
	font-family: "Helvetica Neue Regular", "Helvetica Neue", Helvetica, sans-serif;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
	font-weight: 300;

	 border:1px solid #72021c; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;

 background-color: #a90329; background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
 background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
 background-image: -moz-linear-gradient(top, #a90329, #6d0019);
 background-image: -ms-linear-gradient(top, #a90329, #6d0019);
 background-image: -o-linear-gradient(top, #a90329, #6d0019);
 background-image: linear-gradient(to bottom, #a90329, #6d0019);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a90329, endColorstr=#6d0019)

}



.button_style1:hover{

	 border:1px solid #450111;
 background-color: #77021d; background-image: -webkit-gradient(linear, left top, left bottom, from(#77021d), to(#3a000d));
 background-image: -webkit-linear-gradient(top, #77021d, #3a000d);
 background-image: -moz-linear-gradient(top, #77021d, #3a000d);
 background-image: -ms-linear-gradient(top, #77021d, #3a000d);
 background-image: -o-linear-gradient(top, #77021d, #3a000d);
 background-image: linear-gradient(to bottom, #77021d, #3a000d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#77021d, endColorstr=#3a000d);

}





.wrapper{

	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	/* -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40); */
	background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e5e5)); */
}

.user{	background: url('../../../imgs/login-user.png') no-repeat 5px 5px #F3F5F6; }
.password{	background: url('../../../imgs/login-password.png') no-repeat 5px 5px #F3F5F6;}

.input_text{
	padding:12px 12px 12px 40px;
	width: 220px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
}


.input_text_alpha{
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.input_text_omega{
	border-bottom: 1px solid #ccc;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}


.footer{
	color: #fff;
	top: 5px;
	font-size: 12px;
	font-family: tahoma;

}

