/*
  Created by Alan Cheney
  Copyright 2008
*/

form { margin: 0; padding: 0; }

.OrderFormBlock {
	margin:auto 22px;
	text-align: left;
	/*width:400px;*/
	padding:24px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.centeredBlock {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
}
.centeredBlock select {
	margin:8px 0 0px 0px;
}

#stylized {
	border:solid 2px #C4E063;
	background: #E9F4C6;
}

#stylized h2 {
	color: #444E5E;
	font-size:18px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top: 0px;	
}

#stylized p.underline {   /* For some subtext under the heading?*/
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	margin: 0 auto 18px 0;
	border-bottom:solid 1px #C4E063;
	padding-left: 0;
	padding-bottom:6px;
}

#stylized label, .centeredBlock label {
	font-weight:bold;
	color: #444E5E;
}

#stylized .small, .smallinline, .smallrt { /* things they have in common */
	color:#444;
	font-size:11px;
	font-weight:normal;
}
#stylized .small { display:block; }

#stylized label.smallrt {
	text-align: right;
	width: 150px;
}

.red {
	color: #B63F38;  /*pretty much matches the burgundy in the color scheme*/
	/*font-weight:bold; */
}

#stylized input[type="file"] {
	background-color: #FAFCEC;
	font-size:12px;
	padding:4px 2px;
}
input[type="text"], textarea, select {
	/*float:left;*/
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #D0E782;
	background: #FAFCEC;
}

textarea { /* things specific to just a textarea */
	width: 99%;
}

label#gallery_permission_CB {
	padding-left: 7px;
	font-weight: normal;
	/*line-height: 1.0em;
	font-size: 5em;*/
} 

#stylized input, #stylized select {
	margin:2px 0 0px 0px;
}

#stylized btn {
	clear:both;
	margin-left:150px;
	margin-bottom: 0;
	width:125px;
	height:31px;
	line-height:31px; /* makes it centered vertically */
	/*background:#666666 url(img/button.png) no-repeat;*/
	text-align:center;
	font-size:11px;
	font-weight:bold;
}


