/* SCREEN.css */
/* ******************************************************************************************************** */
/* ******************************************************************************************************** */
/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* **************************************** */
/* body */
body {
	background-image:url(../jpg/background-repeat.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#1A3053;
	margin: 0px auto 0 auto;
	text-align:center;
}

#Background {
	background-image:url(../jpg/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:800px;
}
* html #Background {
	height:800px;
}

/* WRAPPER */
#Wrapper {
	margin: 0 auto 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	width: 890px;
}

/* HEADER */
#Header {
	height:108px;
	width: 890px;
}
#Header div.headerleft {
	float:left;
	width:350px;
}
#Header div.headerright {
	float:left;
	width:540px;
}

/* NAVIGATION */
#Navigation {
	border-right: 1px solid #DCDDDD;
	border-left: 1px solid #DCDDDD;
	text-align:left;
	width:888px;
}
#Navigation div.navigationBorder {
	background-image:url(../jpg/navigation-background.jpg);
	background-repeat:repeat-y;
	background-color: #FFF;
	width:888px;
}
#Navigation ul.navlist {
	list-style-type:none;
	margin-left: 10px;
	margin-bottom:0px;
}
#Navigation li {
	display:block;
	float:left;
	font-size:11px;
	margin-bottom:0px;
}
#Navigation a {
	background-image:url(../jpg/navigation-separator.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#DDD;
	color: #616161;
	display: block;
	margin: 0;
	padding: 3px 10px 3px 8px;
	text-decoration: none;
	width: auto;
}
#Navigation a:hover, #Navigation a:active {
	background-color: #AAB8CE;
	color:#FFF;
}
#Navigation a.active {
	background-color: #40629B;
	color:#FFF;
	font-weight:bold;
}

/* CONTENT */
#Content {
	background-color:#EFF5F9;
	border-right: 1px solid #DCDDDD;
	border-bottom: 1px solid #DCDDDD;
	border-left: 1px solid #DCDDDD;
	padding: 10px 6px 6px 6px;
	text-align:left;
	width: 876px;
}

/* FULLWIDTH */
#Content div.fullWidth {
/*	border: 1px solid #000; */
	float:left;
	margin-right:5px;
	padding-left:8px;
	width:737px;
}

/* TWOCOLUMN */
/* twoColumnLeft */
#Content div.twoColumnLeft {
	float:left;
	padding-left:5px;
	width:135px;
}
#Content div.twoColumLeft div.menu2 {
	width:135px;
}
div.menu2 div.menutop {
	width:135px;
}
#Content div.menu2 div.menuoptions {
	background-color:#fff;
	border-right:1px solid #D1D8D8;
	border-left:1px solid #D1D8D8;
	width:133px;
	padding:0 0 2px 0;
}
div.menu2 div.menubottom {
	width:135px;
}

/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}
#Content div.twoColumnLeft li {
	margin-bottom: 0;
}
/* title */
#Content div.twoColumnLeft ul.navlist li.title {
	background-color:#40629B;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	font-weight:bold;
	padding:0 4px 4px 4px;
}
#Content div.twoColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.twoColumnLeft ul.navlist li.main {
	display: block;
	font-size: 0.7em;
	line-height:1.2em;
	margin-bottom:0;
}
#Content div.twoColumnLeft ul.navlist li.main a {
	color:#616161;
	display: block;
	margin-top:2px;
	padding:5px;
	text-decoration: none;
	width:123px;
}
#Content div.twoColumnLeft ul.navlist li.main a:link, #Content div.twoColumnLeft ul.navlist li.main a:visited {
	color:#585858;
}
#Content div.twoColumnLeft ul.navlist li.main a:hover, #Content div.twoColumnLeft ul.navlist li.main a:active {
	color:#FFF;
	background-color: #AAB8CE;
}
#Content div.twoColumnLeft div.menu2 ul.navlist li.main a.active {
	background-color: #40629B;
	color:#FFF;
	display: block;
	font-weight:bold;
	padding:5px;
	text-decoration: none;
	width:123px;
}
/* extlink */
#Content div.twoColumnLeft ul.navlist li.extlink {
	display: block;
	font-size: 0.7em;
	line-height:1.2em;
	margin-bottom:0;
}
#Content div.twoColumnLeft ul.navlist li.extlink a {
	color:#616161;
	display: block;
	margin-top:2px;
	padding:5px;
	text-decoration: none;
	width:123px;
}
#Content div.twoColumnLeft ul.navlist li.extlink a:link, #Content div.twoColumnLeft ul.navlist li.main a:extlink {
	color:#585858;
}
#Content div.twoColumnLeft ul.navlist li.extlink a:hover, #Content div.twoColumnLeft ul.navlist li.main a:extlink {
	color:#FFF;
	background-color: #AAB8CE;
}


#Content div.twoColumnLeft #SubMenu3 {
	border-top: 1px dashed #DCDDDD;
}


#Content div.twoColumnLeft div.leftButtons {
	margin-top:12px;
	width:135px;
}
#Content div.twoColumnLeft div.leftButtons div.leftButton {
	padding-bottom:8px;
	width:135px;
}

/* twoColumnRight */
#Content div.twoColumnRight {
	float: left;
	margin-left:10px;
	margin-right:5px;
	width:595px;
}

/* twoColumnRightFull */
#Content div.twoColumnRightFull {
	float: left;
	margin-left:10px;
	width:726px;
}

/* THREECOLUMN */
/* threeColumnLeft */
#Content div.threeColumnLeft {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
}
/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
/* title */
#Content div.threeColumnLeft ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnLeft ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnLeft ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnLeft ul.navlist li.main a:link, #Content div.threeColumnLeft ul.navlist li.main a:visited {
	color:#585858;
}
#Content div.threeColumnLeft ul.navlist li.main a:hover, #Content div.threeColumnLeft ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnLeft ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
/* threeColumnCentre */
#Content div.threeColumnCentre {
	float: left;
	margin-left: 10px;
	width: 485px;
}
/* threeColumnRight */
#Content div.threeColumnRight {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
	margin-left: 10px;
}
/* navlist */
#Content div.threeColumnRight ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
#Content div.threeColumnRight li {
	margin-bottom: 0;
}
/* title */
#Content div.threeColumnRight ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnRight ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnRight ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnRight ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnRight ul.navlist li.main a:link, #Content div.threeColumnRight ul.navlist li.main a:visited {
	color:#585858;
}
#Content div.threeColumnRight ul.navlist li.main a:hover, #Content div.threeColumnRight ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnRight ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}



/* WEB CAM MENU */
div.webCamMenu {
	float:left;
	margin-left:6px;
	width:120px;
}
div.webCamMenu div.webmainsection {
	background-color:#BCE1DD;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;
	padding-top:10px;
	padding-bottom:2px;
	width:118px;
}
div.webCamMenu div.webmainsection div.webcam {
	margin-bottom:8px;
}
div.webCamMenu div.webmainsection div.webcamall {
	margin-bottom:4px;
}
div.webCamMenu div.webmainsection div.button {
	margin-top:00px;
	text-align:center;
}


/* FOOTER */
#Footer {
	background-image:url(../png/footer-background.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-size:0.8em;
	text-align:left;
	width:890px;
}
#Footer div.footerrepeat {
	background-image:url(../jpg/footer-background-repeat.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	margin-bottom:16px;
	width:890px;
}

#Footer div.footerLogos {
	float: left;
	padding:3px 0 0 2px;
	width:182px;
}
#Footer div.footerLogos div.footerlogo {
	float:left;
	text-align:center;
	width:41px;
}
#Footer div.footerLogos div.footerlogomeduim {
	float:left;
	text-align:center;
	width:43px;
}
#Footer div.footerLogos div.footerlogolarger {
	float:left;
	text-align:center;
	width:57px;
}


#Footer div.footerLeft {
	color: #757575;
	float: left;
	line-height: 1em;
	padding: 8px 0 0 10px;
	text-align:left;
	width:242px;
}
#Footer div.footerLeft p, #Footer div.footerMiddle p {
	margin-bottom:0;
}
#Footer div.footerMiddle {
	color: #757575;
	float: left;
	line-height: 1em;
	padding: 8px 6px 0 6px;
	text-align:center;
	width:190px;
}
#Footer div.footerRight {
	float: left;
	padding: 20px 0 0 10px;
	text-align:right;
	width: 242px;
}

#Footer ul.navlist {
	list-style-type:none;
	margin-left:0;
	margin-bottom:0px;
	display:inline;
}
#Footer ul.navlist li {
	color: #757575;
	display:inline;
	text-align:right;
	margin-right: 5px;
	margin-bottom:0;
}

#Footer a {
	color: #40629B;
	text-decoration:none;
}
#Footer a:hover, #Footer a:active {
	color: #545454;
	text-decoration:none;
}

/* **************************************** */
/* CLASSES */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ******************************************************************************************************** */
/* ******************************************************************************************************** */
/* ----- BREADCRUMBS ----- */ 
div.breadcrumbs {
	background-color:#F5F8FB; 
	border: 1px solid #D1D8D8;
	margin:1px 0 12px 0;
	padding:3px 5px 3px 6px;
	width:582px;
}
div.breadcrumbs p {
	margin-bottom:0;
}


/* ----- HOME PAGE ----- */ 
#HomePage {
	width:737px;
}
#HomePage h1 {
	font-size:0.8em;
	margin-bottom:13px;
}
#HomePage p {
	margin-bottom:13px;
}
#HomePage div.homeText {
	float:left;
	margin-top:13px;
	margin-right:15px;
	width:232px;
}

#HomePage div.homeImages {
	float:left;
	width:490px;
}

div.mainimage, div.bottomimage {
	width:490px;
	margin-bottom:15px;
}


div.offerbuttons {
	margin-bottom:20px;
	width:490px;
}

div.offerbuttons div.offerleft {
	background-image:url(../jpg/horizonal-border.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	float:left;
	margin-right:18px;
	padding-right:7px;
	width:235px;
}
div.offerbuttons div.offerRight {
	float:left;
	width:230px;
}

div.offerbutton {
	padding-bottom:5px;
	width:230px;
}
div.topOffer {
	padding-bottom:20px;
}
div.offerbutton div.buttontext {
	background-image:url(../jpg/btn_HomeButton-Repeat.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
div.buttontext div.buttontextarea {
	color:#7D7D7F;
	font-size:0.8em;
	line-height:1.1em;
	margin:0;
/*	min-height:90px; */
	padding:6px 6px 1px 6px;
	width:205px;
}
* html div.buttontext div.buttontextarea {
	height:90px; 
}


#HomePage div.offerbutton div.buttontextarea p, #HomePage div.offerbutton div.buttontextareaSmall p {
	margin-bottom:4px;
}

div.buttontext div.buttontextareaSmall {
	color:#7D7D7F;
	font-size:0.8em;
	line-height:1.1em;
	margin:0;
/*	min-height:35px;  */
	min-height:50px;
	padding:6px 6px 1px 6px;
	width:205px;
}
* html div.buttontext div.buttontextareaSmall {
/* 	height:35px;  */
	height:50px;
}


a.homepagelink:link,a.homepagelink:visited,a.homepagelink:hover,a.homepagelink:active {
	color:#7D7D7F;
	cursor:hand;
	text-decoration:none;
}

/* ----- WEB CAMERA PAGES ----- */ 
#WebcamPage {
}
/*
#WebcamPage div.webcamImageBassRock {
	background-image:url(../jpg/webcam-background-bassrock1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#WebcamPage div.webcamImageMay {
	background-image:url(../jpg/webcam-background-isleofmay.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#WebcamPage div.webcamImageShore {
	background-image:url(../jpg/webcam-background-shorecam.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#WebcamPage div.webcamImageFeeder {
	background-image:url(../jpg/webcam-background-feedercam.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#WebcamPage div.webcamImageFidra {
	background-image:url(../jpg/webcam-background-fidra.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#WebcamPage div.webcamImageHarbour {
	background-image:url(../jpg/webcam-background-harbour.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#WebcamPage div.webcamImageCraigleith {
	background-image:url(../jpg/webcam-background-craigleit.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#WebcamPage div.webcamImageBurrow {
	background-image:url(../jpg/webcam-background-burrow.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#WebcamPage div.webcamImageCliffTop {
	background-image:url(../jpg/webcam-background-cliff-top.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
*/

#WebcamPage div.webcamImage {
/*	text-align:center; */
	float:left;
	width:370px;
}
#WebcamPage div.webcamText {
/*	text-align:center; */
	float:left;
	padding-top:10px;
	padding-right:5px;
	width:220px;
}

#WebcamPage div.webcamContent {
	margin-top:20px;
	width:595px;
}

/* ----- POSTCARDS PAGES ----- */ 
#DisplayPostcards {
	padding-top:5px;
	padding-bottom:20px;
	width:595px;
}
#DisplayPostcards div.postcardthumb {
	float:left;
	margin-bottom:15px;
	text-align:center;
	width:195px;
}


#PostcardForm {
	text-align:center;
	width:595px;
}
#PostcardForm div.postcardImage {
	padding-top:10px;
	width:502px;
}
#PostcardForm div.postcardInformation {
	background-color:#F5F8FB; 
	border: 1px solid #D1D8D8;
	margin-top:5px;
	padding-top:5px;
	text-align:left;
	width:500px;
}
#PostcardForm div.postcardInformation td {
	padding:5px 8px 5px 10px;
}
#PostcardForm div.postcardInformation td.button {
	text-align:center;
}

div.postcardInformation input.name {
	width:365px;
}
div.postcardInformation textarea.message {
	height:150px;
	width:367px;
}

div.postcardInformation div.buttons {
	width:250px;
}

div.postcardInformation div.buttons div.back {
	float:left;
	text-align:center;
	width:80px;
}
div.postcardInformation div.buttons div.send {
	float:left;
	text-align:center;
	width:170px;
}




div.viewPostcardInformation  {
	background-color:#F5F8FB; 
	border: 1px solid #D1D8D8;
	margin-top:5px;
	text-align:left;
	width:500px;
}
div.viewPostcardInformation td  {
	border-bottom: 1px solid #D1D8D8;
	padding:6px 8px 6px 10px;
}
div.viewPostcardInformation td.noBorder {
	border-bottom: 0;
}
div.viewPostcardInformation td.noExtraPadding {
	padding:5px 8px 5px 10px;
}


/* ------ NEWS PAGE ------ */
div.newsItem {
	background-color:#FFF;
	border:1px dotted #C8C7C5;
	margin-bottom: 20px;
	width: 590px; 
}
div.newsItemHeadline {
	width: 580px; 
	color: #777;
	background-color: #EAEAEA;
	padding: 5px;
	font-size: 11px;
	font-weight:bold;
}
div.newsItem p {
	padding: 10px;
	margin-bottom:0;
}
div.newsItem strong, div.newsItem b {
	font-weight: normal;
}
div.newsItemReadInFull {
	width: 580px; 
	background-color: #EEE;
	padding: 5px;
	font-size: 11px;
	font-weight:bold;
}
div.newsItemReadInFull a:link, div.newsItemReadInFull a:visited {
	color: #77B;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
div.newsItemReadInFull a:hover, div.newsItemReadInFull a:active {
	color: #88C;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}


/* ------ EVENT PAGE ------ *//*
div.eventItem {
	background-color:#FFF;
	border:1px dotted #C8C7C5;
	margin-bottom: 20px;
	width: 590px; 
}
div.eventItemHeadline {
	width: 580px;
	color: #777;
	background-color: #EAEAEA;
	padding: 5px;
	font-size: 11px;
	font-weight:bold;
}
div.eventItem p {
	padding: 10px;
	margin-bottom:0;
}
div.eventItem strong, div.eventItem b {
	font-weight: normal;
}
div.eventItemReadInFull {	
	width: 580px;
	background-color: #EEE;
	padding: 5px;
	font-size: 11px;
	font-weight:bold;
}
div.eventItemReadInFull a:link, div.eventItemReadInFull a:visited {
	color: #77B;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
div.eventItemReadInFull a:hover, div.eventItemReadInFull a:active {
	color: #88C;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}
	
	
/* NEW */
#Event {
}

div.month {
	padding-bottom:10px;
}
div.month h3 {
	padding-top:0;
	margin-bottom:10px;
}
div.month p.return {
	font-size:0.7em;
	margin-bottom:0;
 	padding-top:6px; 
	text-align:right;
}
div.monthevents {
	border:1px solid #C8C7C5;
	border-bottom:0;
}
div.eventdetails {
	border-bottom:1px solid #C8C7C5;
	width: 590px; 
}


div.eventdate {
	float:left;
	padding:6px 6px 5px 6px;
	width:120px;
}
div.eventdate p {
	margin-bottom:1px;
}

div.eventtitle {
	border-left:1px solid #C8C7C5;
	float:left;
	padding:6px 8px 8px 8px;
	width:441px;
}
div.eventtitle p {
	margin-bottom:1px;
}
	
	
/* stage 2 */
#Events div.eventsItems {
}
/* heading */
#Events div.eventsItems div.eventsHeading {
}
#Events div.eventsItems div.eventsHeading h3 {
	margin-bottom:10px;
}
/* date */
#Events div.eventsItems div.eventsDate {
	padding:1px 0 0 0;
}
#Events div.eventsItems div.eventsDate p {
}

#Events div.eventsItems div.eventDetails {
	padding:3px 5px 5px 0;
}
#Events div.eventsItems div.eventDetails td.label {
	padding-left:0;
	width:21%;
}
#Events div.eventsItems div.eventDetails td.value {
	font-weight:bold;
	width:79%;
}

#Events div.eventsItems div.eventsMain {
	padding:3px 0 0 0;
}
#Events div.return {
	text-align:right;	
}
#Events div.return p {
	font-size:0.7em;
}

/* ------ SITEMAP PAGE ------ */
#SiteMap * {
	margin:0;
	padding:0;
}
#SiteMap ul {
	margin-left: 40px;
	font-size: 11px;
}
#SiteMap li {
	font-size: 1em;
	margin: 5px 0 5px 0;
}


/* ------ MOVIES PAGE ------ */
div.movie {
	width: 100%;
	text-align:center;
}





/* ================================== */
/* ---- Guest Book Lists ---- */
div.order {
	padding-bottom:5px;
}
div.order div.selecttext {
	float:right;
	margin-right:8px;
}
div.order div.selecttext p {
	margin-bottom:2px;
	padding-top:1px;
}
div.order div.selectorder {
	float:right;
}

/* -- stage 1 -- */
div.thread {
	background-color:#F5F8FB;
	border: 1px solid #D1D8D8;
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom:5px;
}
div.thread p {
	margin-bottom:0;
}

div.thread div.threadname {
	padding:10px 12px 0 12px;
}

div.thread div.threaddetails p {
	color:#919191;
	font-size:0.7em;
	line-height:1em;
	margin-bottom:0px;
}
div.thread div.threaddetails div.threadby {
	float:left;
	padding:12px 8px 10px 12px;
	width:270px;
}
div.thread div.threaddetails div.threaddate {
	float:left;
	padding:12px 12px 10px 8px;
	width:283px;
}


/* -- stage 2 -- */
div.pageheading {
}
div.pageheading div.mainheading {
	float:left;
	width:385px;
}
div.pageheading div.returnlink {
	float:left;
	padding-right:5px;
	text-align:right;
	width:205px;
}

div.messages {
	background-color:#F5F8FB;
	border: 1px solid #D1D8D8;
	margin-bottom:18px;
}
div.messages div.messagetext {
	padding:12px 12px 0 12px;
}

div.messages div.messagedetails p {
	color:#919191;
	font-size:0.7em;
	margin-bottom:6px;
}
div.messages div.messagedetails div.messageby {
	float:left;
	padding:2px 8px 8px 12px;
	width:270px;
}
div.messages div.messagedetails div.created {
	float:left;
	padding:2px 12px 8px 8px;
	width:283px;
}

/* DONATE */
#Donate {
	background-image: url(../png/donate-background.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:604px;
	height:67px;
	font-size:12px;
	clear:both;
}
#Donate div.label {
	float: left;
	margin: 40px 0 0 10px;
	font-size: 12px;
	font-weight:bold;
}
#Donate div.radioLabel {
	float: left;
	margin: 40px 0 0 0px;
	font-weight:bold;
}
#Donate div.radioValue {
	float: left;
	margin: 43px 0 0 23px;
}
#Donate div.poundSign {
	float: left;
	margin: 37px 0px 0 25px;
	font-size: 18px;
	font-weight:bold;
}
#Donate div.value {
	float: left;
	margin: 37px 0 0 3px;
}
#Donate div.value input {
	width: 57px;
	text-align:right;
	padding-right: 3px;
}
#Donate div.button {
	float: left;
	margin: 37px 0 0 3px;
}

#Donate div.button input {
	width:130px;
}


