/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =Place Orders Page
-----------------------------------------------------------------------------*/

#contentPlace {
	width:700px;
	padding:20px;
	background:url(../img/placeOrdersBg.gif) repeat-y;
	border-left:#8a8a8a solid 2px;
	border-right:#8a8a8a solid 2px;
	border-bottom:#8a8a8a solid 2px;
	}
	
.btnMargin {
	margin:12px 24px 200px 0;
	float:left;
	border:#8a8a8a solid 2px;
	}
	
.btnMargin2 {
	margin:12px 0 200px 0;
	float:left;
	border:#8a8a8a solid 2px;
	}
	
#rightCol {
	width:135px;
	float:right;
	padding:0 0 40px 0;
	}
	
#rightCol ul li {
	list-style:none;
	font-size:100%;
	margin:0 0 10px 0;
	}
	
#rightCol ul a {
	color:#122246;
	padding:1px 1px;
	font-weight:bold;
	}

#rightCol ul a:link, #rightCol ul a:visited {
	text-decoration:underline;
	}

#rightCol ul a:hover, #rightCol ul a:active {
	color:#ffffff;
	background:#122246;
	}
	
#formWrapper {
	width:525px;
	}
		

/* =Typography
-----------------------------------------------------------------------------*/	
	
#placeH1 {
	position:absolute;
	width:525px;
	height:14px;
	background:url(../img/placeH1.gif) no-repeat;
	}
	
.smallText {
	font-size:85%;
	}
	

	

