/* ---------------------------- CONTAINER ---------------------------- */
.popup_container {
	text-align:center;
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
}
	
	.popup_content {
		text-align:left;
		width:366px;
		margin:0 auto;
	}
	
		.popup_middle {
			background:url(../images/bg_middle.jpg) center top repeat-y;
			padding:10px 15px;
			width:336px;
		}
			
			.popup_content {
				background:url(../images/bg_middle.jpg)	left top repeat-y;
			}
			
			input.field {
				width:195px;
				border:1px solid #b2c8e5;
			}
			
			input.field_error {
				width:195px;
				border:1px solid #F00;
			}
			
			.small_text {
				font-size:10px;	
			}
			
			.col_left {
				width:140px;	
			}
			
			textarea.textarea {
				width:316px;
				height:184px;
				font-size:12px;
				overflow:hidden;
				border:none;
				background:url(../images/dot.gif) left top repeat;
			}
			
		.message {
			border:1px solid #b2c8e5;
			width:316px;
			padding:10px;
		}
		
			.subject {
				font-size:12px;
				margin:0 0 15px 0;
			}
			
				.subject a {
						color:#98B6DC;
				}
				
			.add_msg {
				font-size:10px;	
			}
	
/* ---------------------------- END OF popup_container ---------------------------- */
