@charset "utf-8";
/* CSS Document */


	
#content_main{
	min-height:375px;
	width:1130px;
	background-color:#ECECED;
	color:#111111;
	text-align:left;
}


	#left_container{
		float:left;
		width:46%;
		margin-left:2%;
		margin-right:2%;
		 
		margin-top:15px;
		color:#FFFFFF;
		text-align:left;
		color:#111111;
		font-size:81.25%; /* 13px */
		font-weight:500;	
	}
		
		#left_container h2{
			padding-bottom:0px;
			padding-top:0px;
			margin-bottom:2px;
			margin-top:0px;
			color:#000000;
			font-size:81.25%; /* 13px */
			text-transform: uppercase;
		}
			
		#left_container	p{
			padding-bottom:0px;
			padding-top:0px;
			margin-bottom:0px;
			margin-top:0px;
			color:#111111;
			font-size:100%; /* 13px */
			text-align:left;
		}
	
	#right_container{
		float:right;
		width:46%;
		margin-left:2%;
		margin-right:2%;
		
		color:#111111;
		text-align:left;
		font-size:81.25%; /* 13px */
		font-weight:500;
		margin-top:15px;
	}
	
		#right_container h2{
			padding-bottom:0px;
			padding-top:0px;
			margin-bottom:2px;
			margin-top:0px;
			color:#000000;
			font-size:81.25%; /* 13px */
			text-transform: uppercase;
		}
			
		#right_container p{
			padding-bottom:0px;
			padding-top:0px;
			margin-bottom:0px;
			margin-top:0px;
			color:#111111;
			font-size:100%; /* 13px */
			text-align:left;
		}
		
	.ym-form {
		background: none !important;
		border: none !important;
		margin: 0px 0px 1.5em;
		box-shadow: none !important;
	}
	.ym-form label p{
		color:#555 !important;
	}
	.ym-form h1{
		font-size:16px !important;
		font-weight:700 !important;
		margin:8px 0px 30px 0px !important;
		padding:0px !important;
		color:#555 !important;
	}
	.ym-form fieldset {
		border:none !important;
		padding:15px !important;
		margin:0px !important;
	}
	.ym-form input, .ym-form textarea, .ym-form select {
		border: 1px solid #DDD;
		line-height: 1em;
		font-family: Arial,Helvetica,sans-serif;
		box-shadow: 0px 0px 4px #EEE inset;
		width:95% !important;
		color:#333 !important;
		min-height: 28px;
	}
	.ym-form textarea{
		height:150px !important;
	}
	.ym-fbox-text{
		margin:10px 0px 15px 0px !important;
		color:#555 !important;
	}
	
	.ym-form .ym-error .ym-message {
		color: #800 !important;
		font-weight: 500 !important;
		margin-top: 0px;
	}
	
	.linkgenimg a:link { color:#555; text-decoration:none; }
	.linkgenimg a:visited { color:#555; text-decoration:none; }
	.linkgenimg a:hover { color:#555; text-decoration:underline; }
	.linkgenimg a:active { color:#555; text-decoration:none; }
	
/****** bug fixing ***
#header{
	margin-left:-5px !important;
}
#content_main{
	margin-left:-5px !important;
}
.footer{
	margin-left:-5px !important;
}
*/

