@charset "utf-8";
/* CSS Document */

html, body{ height:100%; margin:0 0 0 0 }

a{ text-decoration: none; color: #525864 }
a:hover{ text-decoration: underline }

input.textinput {
	border:1px solid #D4D0CD;
	font-family: Questrial;
	font-size:13px;
	color:#000;
	text-indent:25px;
	padding:6px 0;
	outline: none;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	text-align: center;
	padding: 7px 0 8px 0;
	line-height: 1;
	color: #FFF;
}

button.cupid-green {
	background-color: #7fbf4d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
	background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
	background-image: linear-gradient(top, #7fbf4d, #63a62f);
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	text-shadow: 0 -1px 0 #4c9021;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;	
}

button.cupid-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
}

button.cupid-blue {
	background-color: #8295C6;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6785BB), color-stop(100%, #4464A1));
	background-image: -webkit-linear-gradient(top, #6785BB, #5577B7);
	background-image: -moz-linear-gradient(top, #6785BB, #5577B7);
	background-image: -ms-linear-gradient(top, #6785BB, #5577B7);
	background-image: -o-linear-gradient(top, #6785BB, #5577B7);
	background-image: linear-gradient(top, #6785BB, #5577B7);
	border: 1px solid #4464A1;
	text-shadow: 0 -1px 0 #4464A1;
	border-bottom: 1px solid #4464A1;
	-webkit-box-shadow: inset 0 1px 0 0 #A7B4D7;
	-moz-box-shadow: inset 0 1px 0 0 #A7B4D7;
	box-shadow: inset 0 1px 0 0 #A7B4D7;
}

button.cupid-blue:hover {
    background-color: #8295C6;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #5577B7, #5577B7);
    background-image: -moz-linear-gradient(top, #5577B7, #5577B7);
    background-image: -ms-linear-gradient(top, #5577B7, #5577B7);
    background-image: -o-linear-gradient(top, #5577B7, #5577B7);
    background-image: linear-gradient(top, #5577B7, #5577B7);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #A7B4D7;
    cursor: pointer;
}

button.cupid-green:active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

button.cupid-blue:active {
	border: 1px solid #8295C6;
	border-bottom: 1px solid #4464A1;
	-webkit-box-shadow: inset 0 0 8px 4px #486AAA, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 4px #486AAA, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 4px #486AAA, 0 1px 0 0 #eeeeee;
}