﻿.clear{
	clear:both;
}
.left{
	float:left;
	clear:left;
	margin-right:-13px;
}
.donateForm
{
	height:35px;
	padding:8px 5px 8px 35px;
}
.checkbox
{
	height:35px;
	padding:8px 5px 8px 0px;
	margin:0px;
}
.commentsrequired {
	width:430px;
	height:250px;
	background:url(../images/custom-css-legalhelp-comments-required-bg.png) no-repeat left top;
}
.widerequired {
	width:430px;
	background:url(../images/custom-css-donate-main-textbox-wide-required-bg.png) no-repeat left top;
}
.widenotrequired {
	width:430px;
	background:url(../images/custom-css-donate-main-textbox-wide-not-required-bg.png) no-repeat left top;
}
.exprequired {
	width:240px;
	background:url(../images/custom-css-donate-main-textbox-exp-required-bg.png) no-repeat left top;
}
.mediumrequired {
	width:200px;
	background:url(../images/custom-css-donate-main-textbox-medium-required-bg.png) no-repeat left top;
}
.mediumnotrequired {
	width:200px;
	background:url(../images/custom-css-donate-main-textbox-medium-not-required-bg.png) no-repeat left top;
}
.shortrequired {
	width:125px;
	background:url(../images/custom-css-donate-main-textbox-short-required-bg.png) no-repeat left top;
}
.shortnotrequired {
	width:125px;
	background:url(../images/custom-css-donate-main-textbox-short-not-required-bg.png) no-repeat left top;
}
.donateForm input, .donateForm select, .donateForm textarea {
	background:none;
	border:none;
	color:#999;
	margin:0px;
	font-size:12px;
	font-family:Georgia,serif;
	font-style:italic;
}
.widecomments{
	width:385px;
	height:234px;
	color:#333;
}
.short {
	width:80px;
}
.medium{
	width:155px;
}
.long {
	width:385px;
}
.donateBox
{
    font-size:11px;
    font-family:Arial, Helvetica, Verdana, Calibri;
    padding: 10px;
    background-color : #ffffff;
    border: solid 1px #eeeeee;
    width: 320px;
}

.donatebutton
{
	height: 39px;
	text-indent:-9999px;
	border:none;
	background:none;
}
h2
{
    font-family:Arial, Helvetica, Verdana, Calibri;
}

.required {
    color:#336699;
	font-family:Georgia,serif;
	font-style:italic;
    font-size:10px;
    font-weight:normal;
    padding-left:30px;
    margin-bottom:14px;
    background:url(/content/images/field-required-bg.png) no-repeat 0% 50%;
}


/* VARIOUS BUTTONS STYLES */

.donate-blue {
	width:106px;
	background:url(../images/buttons/btn-donate-blue.png) no-repeat top left;
}
.donate-red {
	width:106px;
	background:url(../images/buttons/btn-donate-red.png) no-repeat top left;
}

.donatenow-blue {
	width:136px;
	background:url(../images/buttons/btn-donatenow-blue.png) no-repeat top left;
}
.donatenow-red {
	width:136px;
	background:url(../images/buttons/btn-donatenow-red.png) no-repeat top left;
}

.doublemygift-blue {
	width:155px;
	background:url(../images/buttons/btn-doublemygift-blue.png) no-repeat top left;
}
.doublemygift-red {
	width:155px;
	background:url(../images/buttons/btn-doublemygift-red.png) no-repeat top left;
}

.giveagift-blue {
	width:126px;
	background:url(../images/buttons/btn-giveagift-blue.png) no-repeat top left;
}
.giveagift-red {
	width:126px;
	background:url(../images/buttons/btn-giveagift-red.png) no-repeat top left;
}

.givenow-blue {
	width:118px;
	background:url(../images/buttons/btn-givenow-blue.png) no-repeat top left;
}
.givenow-red {
	width:118px;
	background:url(../images/buttons/btn-givenow-red.png) no-repeat top left;
}

