
.button-submit {
background: #035192 ;
background: -moz-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #035192 ), color-stop(20%, #0860A9 ), color-stop(80%, #0860A9 ), color-stop(100%, #035192 ));
background: -webkit-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);
background: -o-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);
background: -ms-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);
background: linear-gradient(to right, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);
cursor: pointer;
font-size: 17px;
border-radius: 7px;
min-width: 80px;
min-height: 34px;
color: #fff;
border: 1px solid #3A8BCF;
margin: 5px;
box-shadow: 0px 0px 1px 1px #063A66;
font-family: Segoe UI;
	}
.button-reset {
	background: transparent;
	cursor: pointer;
	font-size: 17px;
	border-radius: 7px;
	min-width: 80px;
	min-height: 34px;
	color: #787878;
	border: 1px solid #c9c9c9;
	margin: 5px;
	box-shadow: 0px 0px 2px #c9c9c9;
	font-family: Segoe UI;
}
input[type="text"]:focus ,input[type="password"]:focus {
    border-color: #004D8E;
    outline: medium none;
}
 input[type="text"], input[type="password"] {
    border-radius: 7px;
    height: 30px;
    border: 1px solid #CCC;
    padding: 0px 3px !important;
}
 input[type="text"] {
    margin: 0px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

/*
.alert{
	
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(#d94747),
		to(#ff0000));
        background:-moz-linear-gradient(#ff0000, #d94747);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#d94747',GradientType=0 ); !* IE6-9 *!
        padding : 15px;
	!*box-shadow : 0px 0px 3px #666 ,
	0px 0px 5px #41acff inset;*!
	border-radius : 10px;
	margin-bottom : 8px;
	padding-left : 10px;
	border: 2px solid #ff0000;
	position : relative;
        margin-left: 100px;
        margin-right: 100px;
        color : #fff;
	text-shadow : 0px 0px 5px #41acff;
        font-size: 16pt;
        font-weight: bold; 
	text-align: center; 
}*/

.alert{
	text-align: center;
}
