input[type=submit] {
	background: #6CCFBE;
	border:1px solid #6CCFBE;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 30px;
    text-decoration: none;
    line-height: 22px;
    vertical-align: bottom;
    border-radius: 4px;
}

input[type=submit]:active {
	position:relative;
	top:1px;
}

.dialog input[type=submit] {
	background: #6CCFBE;
	border:1px solid #6CCFBE;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 30px;
    text-decoration: none;
    line-height: 22px;
    vertical-align: bottom;
    border-radius: 4px;
}

.dialog  input[type=submit]:active {
	position:relative;
	top:1px;
}


input[type=reset] {
	background: none;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
    font-size: 16px;
    padding: 8px 30px;
    text-decoration: none;
    line-height: 22px;
    vertical-align: bottom;
    border-radius: 4px;
}

input[type=reset]:active {
	position:relative;
	top:1px;
}

.button {
	background:none;	
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
    font-size: 16px;
    padding: 8px 30px;
    text-decoration: none;
    line-height: 22px;
    vertical-align: bottom;
    border-radius: 4px;
}

.button:active {
	position:relative;
	top:1px;
}

.dialog .button {
	background:none;	
	border:1px solid #5B5B5B;
	display:inline-block;
	cursor:pointer;
	color:#5B5B5B;
    font-size: 16px;
    padding: 8px 30px;
    text-decoration: none;
    line-height: 22px;
    vertical-align: bottom;
    border-radius: 4px;
}

.dialog .button:active {
	position:relative;
	top:1px;
}

.sbutton {
	background: #6CCFBE;
	border:1px solid #6CCFBE;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 30px;
    text-decoration: none;
    line-height: 22px;
    vertical-align: bottom;
    border-radius: 4px;
}

.sbutton:active {
	position:relative;
	top:1px;
}

.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;
}

.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;
}
