			.formc {
				width: 100%;
				/*position: relative;
				left: 19%;*/
			}
			.formc li, .formc div{
				border-bottom: 1px dashed #333;
				position: relative;
				padding: 4px;
			}
			.formc li label, .formc div label {
				font-weight: bold;
				float: left;
				display: block;
				width: 200px;
			}
			.formc li span.validation, .formc div span.validation {
				float: left;
				clear: left;
				display: block;
				width: 200px;
				font-size: 0.9em;
				color: #a2130b;
			}
			div.noborderbottom {
				border-bottom:none !important;
			}
			
			body{
				font-family: 'Didact Gothic',sans-serif !important;
				font-size:14px;
				color:black;
				background-color:#adaeae;
			}
			.textarea {
				height:60px; 
				width:270px;
				padding-left:0px;
				border-radius:3px;
				border:0px;
				position: relative;
			}
			
	div.customlinkcolora a {
		color: #000000 !important;
		text-decoration: underline !important;
    	}
		div.customlinkcolora a:hover {
		color: #ffffff !important;
		text-decoration: underline !important;
    	}
	

			input.captchainp {
				width: 180px !important;
			}
			input[type='text'] {
				height:22px; 
				width:270px;
				border-radius:3px;
				border:0px;
				position: relative; 
			}
			input[type='email'] {
				height:22px; 
				width:270px;
				border-radius:3px;
				border:0px;
				position: relative; 
			}
			input[type='submit'] {
				width: 100px;
				padding: 4px 9px 4px 9px;
				position: relative;
				/*left: 36%;*/
				/*top: 12px;*/
			}
			
			.hightlight {
				border:2px solid #9F1319!important;
				background:url('../iconCaution.gif') no-repeat 2px;
				background-color: white;
				padding-left: 22px;
				max-width: 246px;
			}
			.hightlight2 {
				border:2px solid #9F1319;
			}
			.loading {
				float:right; 
				background:url('../ajax-loader.gif') no-repeat 1px; 
				height:28px; 
				width:28px; 
				display:none;
			}
			.logo {
				margin-top:20px;
			}
			#ypiresia {
				position: relative;
				border-radius: 3px;
				border: 0px;
				height:24px;
				width:271px;
			}
			
			.formc div{
				min-height:32px;
			}
			
			@media screen and (max-width: 520px) {
				select#ypiresia, input[type=text], input[type=email], textarea#comment1 {
					width:50%;
				}
				input.captchainp {
					width:60% !important;
				}
			}
			
			@media screen and (max-width: 435px) {
				form#frm1 {
					text-align:center;
				}
				form#frm1 > div {
					height:auto!important;
				}
				.formc li label, .formc div label {
					width:100%!important;
				}
				.formc li span.validation, .formc div span.validation{
					width:100%!important;
				}
				input[type='submit'] {
					left:0px;
				}
				select#ypiresia, input[type=text], input[type=email], textarea#comment1 {
					width:82%;
				}
				input.captchainp {
					width:90% !important;
				}
			}
			
			@media screen and (max-width: 340px) {
				div.logo > img {
					width:100%;
				}
			}