﻿/**********************************************************************/
/* FORMS */
form {}

	#left fieldset {
		padding:0;
		margin:0;
		border:0;
		width:510px;
	}
	
	#left fieldset h3
	{
		font-size:1.5em;
		font-weight:bold;
	}

	#left fieldset div label 
	{
		font-weight:bold;
	}
	#left fieldset div span input
	{
		text-align:left;
		width:20px;
	}
	 

	#left fieldset div input
	{
		width:200px;
	}
	
	#left fieldset div textarea 
	{
		width:510px;
		height:200px;
	}
	
#tipsa
{
	width:228px;
}
	#tipsa .header
	{
		height:36px;
		background-image:url(images/tipsa_top.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		color: #FFFFFF;
		font-size: 22px;
		font-weight: bold;
		padding-left: 10px;
		padding-top: 20px;
	}
	#tipsa .content
	{
		background-image: url(images/tipsa_bg.jpg);
		background-position:top left;
		background-repeat:repeat-y;
		padding:10px 19px 10px 13px;
	}
	
	#tipsa .footer
	{
		height:9px;
		background-image: url(images/tipsa_bottom.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	#tipsa .content fieldset label
	{
		font-size:0.9em;
	}
	#tipsa .content fieldset input.red
	{
		width:182px;
		height:23px;
		border:1px solid #990000;
		font-size:1.5em;
	}
	#tipsa .content fieldset textarea.red
	{
		width:182px;
		height:80px;
		overflow:auto;
		border:1px solid #990000;
		
		scrollbar-face-color: #FFFFFF; /*/ obviously change this to whatever you want /*/
		scrollbar-arrow-color: #990000;
		scrollbar-highlight-color: #990000;
		scrollbar-3dlight-color: #990000;
		scrollbar-shadow-color: #990000;
		scrollbar-darkshadow-color: #990000;
		scrollbar-track-color: #990000;
	}
	#tipsa .content fieldset input.submit
	{
		margin-top:10px;
		color:#FFF;
		background-color:#990000;
		border:1px solid #990000;
	}
