html.not-login{background-color: #6c3054}

body.home{
	background: #6c3054 url(../images/default-bgr.png) 0 0 repeat;	
}



.largebtn {
	-moz-box-shadow: 0px 6px 0px 0px #9d738b;
	-webkit-box-shadow: 0px 6px 0px 0px #9d738b;
	box-shadow: 0px 6px 0px 0px #9d738b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fdfffc), color-stop(1, #fffffd));
	background:-moz-linear-gradient(top, #fdfffc 5%, #fffffd 100%);
	background:-webkit-linear-gradient(top, #fdfffc 5%, #fffffd 100%);
	background:-o-linear-gradient(top, #fdfffc 5%, #fffffd 100%);
	background:-ms-linear-gradient(top, #fdfffc 5%, #fffffd 100%);
	background:linear-gradient(to bottom, #fdfffc 5%, #fffffd 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfffc', endColorstr='#fffffd',GradientType=0);*/
	background-color:#fdfffc;
	border:1px solid #fffffd;
	color:#6a2d4f;
}
.largebtn:hover {
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fffffd), color-stop(1, #fdfffc));
	background:-moz-linear-gradient(top, #fffffd 5%, #fdfffc 100%);
	background:-webkit-linear-gradient(top, #fffffd 5%, #fdfffc 100%);
	background:-o-linear-gradient(top, #fffffd 5%, #fdfffc 100%);
	background:-ms-linear-gradient(top, #fffffd 5%, #fdfffc 100%);
	background:linear-gradient(to bottom, #f0f0f0 5%, #dddddd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffd', endColorstr='#fdfffc',GradientType=0);*/
	background-color:#fffffd;
	box-shadow: 0px 3px 0px 0px #9d738b;	
	text-shadow: 1px 1px 1px white;
}

.header{
	background:#6c3054;
}

.footer{
	background:#6c3054;	
}