/* input[type=submit] {
	background:#3B539A;
	border-radius:5px;
	border:0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	padding:10px 30px;
	text-decoration:none;
} */
input[type=submit] {
	line-height: 36px;
    width: 81px;
    height: 38px;
    display: inline-block;
    border: 2px solid #3B3B3B;
    border-radius: 20px;
    color: #3B3B3B;
    font-size: 16px;
    background: transparent;
    text-align: center;
    letter-spacing: -0.36px;
	cursor: pointer;
	transition: all .15s linear,bottom 0s;
}
input[type=submit]:hover{
	border: 2px solid #569932;	
	background: #569932;
	color: #ffffff;
}

input[type=submit]:active {
	position:relative;
	top:1px;
}

input[type=reset] {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #dedede));
	background:-moz-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-webkit-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-o-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-ms-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:linear-gradient(to bottom, #fefefe 5%, #dedede 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dedede',GradientType=0);
	background:#F9FAFC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #505050;
	display:inline-block;
	cursor:pointer;
	color:#505050;
	font-size:14px;
	padding:8px 28px;
	text-decoration:none;
}

/* input[type=reset]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #fdfdfd 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e9e9e9',GradientType=0);
	border:1px solid #bebebe;
} */

input[type=reset]:active {
	position:relative;
	top:1px;
}

.button {
	background:#505050;
	border-radius:20px;
	border:0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	padding:10px 30px;
	text-decoration:none;
	white-space: nowrap;
	transition: all .15s linear,bottom 0s;
}

.button:active {
	position:relative;
	top:1px;
}

.button.small {
	padding:5px 10px;
	line-height:15px;
	border-radius: initial;
	margin-left: 5px;
}

.fileAttachButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fefefe), color-stop(1, #dedede));
	background:-moz-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-webkit-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-o-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:-ms-linear-gradient(top, #fefefe 5%, #dedede 100%);
	background:linear-gradient(to bottom, #fefefe 5%, #dedede 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dedede',GradientType=0);
	background-color:#e9e9e9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #bebebe;
	display:inline-block;
	cursor:pointer;
	color:#444444;
	font-size:9pt;
	line-height:15px;
	padding:5px 10px;
	text-decoration:none;
	transition: all .15s linear,bottom 0s;
}

.fileAttachButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #fdfdfd 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #fdfdfd 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e9e9e9',GradientType=0);
	border:1px solid #bebebe;
}

.fileAttachButton:active {
	position:relative;
	top:1px;
}

.close_Button {
	width: 102px; height: 36px; line-height: 36px; font-weight: bold; border: 2px solid #1b1d21; color: #1b1d21;
	transition: all .15s linear,bottom 0s;

}


.login_Button {
	width: 104px; height: 38px; line-height: 38px; font-weight: bold; background-color: #569932; color: #fff;
	transition: all .15s linear,bottom 0s;
}

.sub_btn{    font-size: 15px;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid #92D050;
    box-shadow: 0 0 6px #1b1d214d;	        
	transition: all .15s linear,bottom 0s;
	font-size: 16px;
	color: #92D050;
	white-space: nowrap;

}
.sub_btn:hover{color: #fff; border-color:#fff ; background: #569932;}

.start_btn {    display: inline-block;
    background: #92D050;
    color: #fff;
    line-height: 22px;
    border-radius: 10px;
    padding: 10px 20px;    
	box-shadow: 0 0 6px #1b1d214d;	
	transition: all .15s linear,bottom 0s;
	font-size: 16px;
	white-space: nowrap;
}


