﻿			/* Refund Request Stylesheet*/
			
			#pnlBankInformation, #pnlCheck, #pnlRequestorInformation, #pnlCreditCard{
				display:none;
			}
			#pnlCreditCard{
	
				background:#F6DA7F;padding:1em;
				margin:.5em 0 0 0;
				}
			.cssform p{
				width: 300px;
				clear: left;
				margin: 0;
				padding: 5px 0 8px 0;
				padding-left: 155px; /*width of left column containing the label elements*/
				height: 20px;
			}		
			.frmAltLabel{
				font-weight: bold;
				float: left;
				margin-left:0px; /*width of left column*/
				width: 450px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
			}
	
			.frmLabel{
				font-weight: bold;
				float: left;
				margin-left: -155px; /*width of left column*/
				width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
			}
	
			.cssform asp:textbox[type="text"], asp:CheckBoxList{ /*width of text boxes. IE6 does not understand this attribute*/
				width: 180px;
			}

			#txtApplicableFor{
				width:100%;
				color:#000;
				background:#DCEDD3;
			}
			.cssform textarea{
				width: 250px;
				height: 150px;
			}

			/*.threepxfix class below:
			Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
			to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
			*/

			* html .threepxfix{
				margin-left: 3px;
			}
			.frmElementStyle{
				border-style:solid;
				border-width:1px;
				border-color:#FF9900;
			}
			#myform{
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
    		}
    		
    

