/*
Author: Cat Welch Anexio New Media
version 01.15.2008
version 01.16.2008
version 01.25.2008
*/

/* ------- left horizontal image ----- */
td.leftimgbg {
  color: inherit;
  background: url(resources/bluegradient-bg.gif) no-repeat left top;
  background-color:#cbddeb;
}

.leftimgbg p{
margin: 10px 10px 5px 45px;
}
img.lefthorizimg {
  margin-top: 89px;
  margin-left: 38px;
}


/* ------- form ----- */


form {
	  border:1px solid #C6D4E5;
	  margin-bottom: 30px;
}
form.donate {
	  border:none;
}
fieldset {
  padding: 1em;
  }
label {
  float: left;
  width: 25%;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  }	
fieldset { 
  border: 1px solid #ECF9FF;
  padding-top: 22px;
}
legend {
  margin-top: 8px;
  margin-bottom: 12px;
  padding: 0.2em 0.5em;
  border: 1px solid #C6D4E5;
}
input {
  	width: 70%;
	margin-top: 4px;
}
textarea {
  	width: 70%;
	height: 190px;
	margin-top: 4px;
}
input#submitbutton {
  	width: 190px;
	margin-bottom: 20px;
}
#tellfriend {
	width: 400px;
}

input.paypalbutton {
     width:80px; height:40px;
}

/** TEXT * */

.bold {
    font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.italic {
    font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.bolditalic {
    font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

/** MISC */

.imgleft {
	float: left;
	margin: 0px 15px 0px 0px;
}

.imgright {
	float: right;
	margin: 0px 0px 0px 15px;
}

.dottedline {
	height: 10px;
	margin-bottom: 10px;
	background: url(resources/homepage14.gif) repeat-x left bottom;
}
