#donations-form {
	display: block;
	width: 700px;
}

#donations-form .row {
	width: 700px;
	min-height: 20px;
	margin-bottom: 15px;
	float: left;
}

#donations-form label {
	width: 185px;
	padding-right: 15px;
	display: block;
	float: left;
}

#donations-form input, select, textarea {
	color: #414042;
}

#donations-form input, select {
	width: 250px;
	height: 20px;
	padding: 2px;
	float: left;
}

#donations-form select {
	height: 21px;
	padding: 2px;
	margin: 0px;
}

#donations-form textarea {
	width: 450px;
	height: 90px;
	float: left;
}

#donations-form .optional {
	font-style: italic;
}

#donations-form .name {
	width: 150px;
	margin-right: 5px;
}

#donations-form .card-expiry, #donations-form .csc {
	width: 100px;
	margin-right: 5px;
}

#donations-form .assistance {
	color: #ccc;
}

.clear {
	clear: both;
	display: none;
}

#donations-form .hp {
	display: none;
}

#donations-form .cb {
	width: auto;
	margin-right: 5px;
	border: 0;
	float: none;
	position: relative;
	top: 0;
	left: 0;
}

#donations-form .options {
	margin-right: 15px;
	position: relative;
	top: -4px;
	left: 0;
}

#donations-form .additional {
	width: 450px;
	margin: 10px 0 0 200px;
	float: left;
}

#donations-form hr {
	width: 700px;
	height: 1px;
	background: #5F6667;
	border: 0;
	margin: 15px 0;
	float: left;
}

#donations-form .submit {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	border: 1px solid #666666;
}

#donations-form .highlight input, #donations-form .highlight select, #donations-form .highlight textarea {
	border-bottom: 2px solid #FFC20E;
}

#donations-form .highlight label {
	/*color: #eba037;*/
	color: #cc0000;
	border-bottom: 1px dotted #ccc;
}

.msg {
	font-weight: bold;
	color: #cc0000;
	margin: 20px 0;
}

#donations-form .options-list {
	float: left;
	width: 450px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#donations-form .options-list li {
	float: left;
}

#donations-form .suffix {
	width: 65px;
}

#donations-form .add-name {
	font-size: 0.8em;
	margin-top: -5px;
}

#donations-form .add-name span:hover {
	cursor: pointer;
	color: #cc0000;
}

#donations-form .remove-name {
	font-size: 0.8em;
	padding-left: 10px;
	top: 4px;
	cursor: pointer;
}

#donations-form .remove-name:hover {
	cursor: pointer;
	color: #cc0000;
}

.content .main {
	width: 782px !important;
}

.content .right_bar {
	display: none !important;
}

.content .show {
	display: block !important;
}


.content .main_width {
	width:566px !important;
}

#id_donate {
	font-size: 24px;
	letter-spacing: -1px;
	margin: 15px 0 20px;
}

.main .left {
	width: 270px;
	margin-right: 150px;
	float: left;
}

.main .right {
	width: 200px;
	float: left;
}

blockquote.review {
	padding: 10px;
	margin: 10px;
	width: 250px;
	
}

form input.paypal {
	width: 122px;
	height: 47px;
	border: 0px;
	margin: 0px auto;
}

.container ul.nav {
	background: #FFC20E;
}
