/* @override 
	http://d.popeggroll.com/stylesheets/standard.css?1277176229
	http://d.popeggroll.com/stylesheets/standard.css?1279061456
*/

h3 {
	margin-top: 0px;
}

.standard_form {
	padding: 20px;
	width: 650px;
	margin: auto; 
}


.main .workspace.nosidebar .standard_form {
	width: 600px;
	 
	margin:auto;
	margin-top:30px;
	/*-webkit-border-radius:10px; */
	-webkit-box-shadow: #000 1px 1px 5px;
	background: white;  
}
.standard_form h1 {
	font-size: 160%;
	line-height: 160%;
	margin: 10px 0px 10px;
}

.standard_form h1 a {
	font-size:70%;
	font-weight:normal;
	color:#4183C4;
	text-decoration:none;
}

.standard_form .section {
	border: 1px solid #A9A9A9;
	border-color: #bcc2c7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 6px;
	padding: 30px 40px;
	margin: 0px 0px 10px 0px;
	background-color: #ffffff;
}
.standard_form.shade .section {
	border: 0px;
	background-color: #FFFFFF;
	-webkit-box-shadow: #999999 0px 1px 3px;  
}

.standard_form.shade .section h1 {
	color: #404040;
	background-color: #FBFBFB; 
	font-size: 160%;
}
.standard_form .section .description {
	font-size: 120%;
	line-height:120%; 
	color: #808080;
	margin: 20px 0px;
	  
}

.standard_form input, .standard_form textarea {
	font-size: 14pt; font-size: 17px; padding: 2px 2px;
	/* color: #0084B4; */
}

.submit-face {
	background-color: rgb(105, 167, 78);
	border-color: rgb(59, 110, 34) rgb(59, 110, 34) rgb(44, 90, 21);
	padding: 0;
	display: inline-block; 
}
.submit-face input,
input[type="submit"] {
	/*-webkit-border-radius:8px; */
	margin:0;
	border:1px solid #8292a4; 
	font-size:13px;
	background-color: transparent;
	/*background: transparent url(/images/app/controls.png) repeat-x scroll -2px -4209px; */
	height:26px; color:white;   
	
	padding:3px 15px;/*
	-webkit-appearance: push-button;
	border: 1px outset buttonface;
	-webkit-box-align: center;
	-webkit-box-sizing: border-box;*/
}

.standard_form input.error, 
.standard_form textarea.error {
	color:#AD0000 !important;	
}

.standard_form input.show-hint, .standard_form textarea.show-hint {
}

.standard_form label {
	color: #404040;
} 

.standard_form a {
font-weight:normal;
color:#4183C4;
text-decoration:none;
}

.standard_form a:hover {
	text-decoration: underline;
}

.standard_form p.suggest {
	color: #404040;
}
.standard_form p.suggest a {
	font-weight:bold;
	color: #0084B4;
	text-decoration:none;
}

.standard_form p.suggest a:hover {
	text-decoration: underline;
}

.standard_form td.label {
	width: 130px;
	text-align: right; 
	padding-right: 10px;
	font-size: 14px; color: #666666;
	vertical-align:top;
	padding-top: 10px;
}

.standard_form .error_box {
	color:#AD0000 !important;
	font-size:11px;
	/*font-weight:bold !important;*/
	list-style-type:none;
	margin:0; padding:0;
}

.standard_form .field_message {
	min-height: 20px; 
	color: #333; font-size: 11px;
}
.standard_form .buttons {
	text-align: right; 
}

.standard_form .buttons.center {
	text-align: center;
}

.standard_form .adv_field {
	position: relative; 
	display: inline-block; 
}

.standard_form .adv_field .error_message {
	position:absolute; top:8px; right:5px;
	color:#AD0000 !important;
	font-size:11px;
	font-weight:bold !important; 
	text-align: right;
}

.section .inner_section_divider {
	border-bottom:1px dashed #bcc2c7; margin-bottom:30px; height:30px;
}

.canvasapp .standard_form.flat {
	text-align: left;
	margin-left: 0;
	background-color: transparent;
}

.standard_form.flat .section {
	border: none;
	background-color: transparent; 
	padding: 0;
	/*margin-bottom: 30px; */
}

.standard_form.simple_dialog {
	padding: 30px 20px; 
}
.standard_form.simple_dialog .section {
	text-align: center;
}
.standard_form.simple_dialog .section .notice {
	color: #0084B4;
	font-size: 12pt;
}
.standard_form.simple_dialog .buttons {
	text-align: center;
} 
.standard_form.simple_dialog .section table {
	/*width: 400px;*/
	margin: auto;
}
.standard_form.flat.simple_dialog .section td.label.horizontal {
	min-width:none;
	vertical-align:bottom; 
	text-align: center; 
	font-size: 13px;
 	padding:0; width: auto;	
}


.standard_form.login, .standard_form.signup {
	width: 610px; margin: 0;
	padding: 30px 40px;	  
}
.standard_form.signup {
	width: 600px;	
}
.standard_form.signup .buttons {
	text-align: center;
}

.standard_form.login .section {
}

.standard_form.flat.share_canvas {
	width: 640px;
}	
.standard_form.flat.share_canvas .section td {
	text-align: left;
	vertical-align: top;	
}
.standard_form.flat.share_canvas .section td.label {
	text-align: right;
	vertical-align: top;	
	padding-top: 10px;
}
.standard_form.flat.share_canvas .section small {
	color: #666;	
}
.standard_form.share_canvas .flash_notice {
	text-align: center;
}

.standard_form.share_canvas input[type='text'], 
.standard_form.share_canvas textarea {
	font-size: 10pt; padding: 5px 2px;
	width: 300px;
}
.standard_form.share_canvas textarea {
	font-size: 10pt; padding: 2px 2px;
	height:100px;
}
.standard_form.share_canvas .checkbox_list {
	padding-top: 5px; color: #333;
	clear: both;
	font-size: 9pt;
}

.standard_form.share_canvas .checkbox_list .thumbnail {
	max-height: 80px; max-width: 80px;
	float: left;
	margin:0px 10px 10px 0px;
	-webkit-box-shadow: #333 1px 1px 3px;
	-moz-box-shadow: #333 1px 1px 3px;
}


.standard_form.flat .section h3 {
	/*border-bottom: 1px solid #d9d9d9;*/
	padding: 0;
	color: #333;
	font-size: 14pt;
}
.standard_form.flat .section td.label {
	color:  rgb(102, 102, 102);
	padding: 0px 5px 0px 0px ;
	font-size: 14px; 
	font-weight: bold;
	vertical-align: middle;
	min-width: 140px;
 	font-size: 13px; font-weight: normal; color: #666;
} 

.standard_form.flat .section td.label.horizontal {
	min-width:none;
	vertical-align:bottom; 
	text-align: left;
	font-size: 13px;
 	padding:0; width: auto;	
}
.standard_form.flat .buttons {

	padding: 5px 0px;
	margin: 30px 0px 10px 0px;
}

.standard_form.flat .inner_section_divider {
	border:none; margin: 0; height:30px;
}

.standard_form.flat .flash_notice {
	color: rgb(0,102,0);
	border: rgb(153,204,153) 1px solid;
	background-color: rgb(226,249,227);
	font-size: 14px;
	padding: 5px;
	margin-bottom: 12px;
}





#envelope #to_field {
	font-size: ; 
}



#envelope input, 
#envelope textarea {
	font-size: 16px; 
	/*padding: 4px 2px;
	color: #0084B4; */
}


#envelope #to_field {
	width: 430px;
}
	
#envelope #from_field {
	width: 350px; 
}

#envelope  .adv_field.from_field_wrapper .error_message {
	right: 95px; 
}

#envelope #message_field {
	width: 430px; overflow-y: visible;
	height: 70px;
}

#envelope .auth_code {
	width: 200px; 
}


