/*
The following will affect elements the Dynamic Options feature on GreatGolfMemories.com
Modify as needed

SJ

Copyright 2007 Solid Cactus (888-361-9814)
www.solidcactus.com

*/

/*this changes the left column and left heading (green background, white font)*/
.do-left-column{
	background: #005B52; 
	width: 200px; 
	padding-right: 5px; 
	text-align: right; color: #fff; margin: 0px;
	vertical-align: top;
	z-index: 100;
	position: relative;
}

/*this changes the right column area containing the drop down menu (but not the drop down menus)*/
.do-right-column{
	width:220; 
	padding: 2px; 
	background: #E2F4D2;
	z-index: 100;
	position: relative;
}

/*this changes the area containing the input boxes*/
.do-input-area{
	 xmargin: 0px 0px 2px 0px; 
	 margin: 0px;
	 padding: 0px;
	 text-align: left;
	 z-index: 100;
	 position: relative;
}

/*this changes the heading for the input boxes (maximum characters, enter initials etc) */
.do-input-note{
	color:#FFFFFF;
	float:left;
	margin:0px 0px 0px -135px;
	text-align:right;
	width:130px;
	z-index: 1000;
	position: relative;
}

.do-input-area input{
	text-align: left;
	float: left;
}

.do-input-area input.bottom{
	clear: both;
}
