@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}




/*--------------CNCN  START Contact Form With CAPTCHA CNCN----------------*/

#name{
	background-color:#FFF;
}
#email{
	background-color:#FFF;
}
#message{
	background-color:#FFF;
}
#feedbackSubmit{/*Button in the contact form*/
	background-color: #6699FF;
	box-shadow:2px 2px  2px 2px #999;	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*---------------CNCN  END Contact Form With CAPTCHA CNCN-----------------*/



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	


}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
	
}