/** Coded by: Jeffrey (Joseph Witchard)
 ** Created on: 02/09/09
 ** Last modified: 08/24/10
 ** Purpose: To style the affiliate_with_rebirth page. */

/* for the 288x36 button */

#big_button {
	width: 288px;
	height: 36px;
	margin: 20px auto;
}
				
/* for the 88x31 buttons */

.little_button {
	width: 88px;
	height: 31px;
	margin: 20px auto;
}
					
/* for the textarea tags */

.texts {
	width: 100px;
	margin: 20px auto;
}

textarea {
	width: 100px;
	height: 100px;
}

/* for the button URL field, which is disabled */

#button {
   background-color: #BEAF98;
}