@charset "UTF-8";
/* CSS Document */

.cssTest1 {
	background-color: blue;
}

.cssTest2 {
	width: 100%;
	background-color: white;
	border: thin solid #c8c8c8;
}

.cssTest3 {
/*    position: relative;*/ /* The element is positioned relative to its normal position, so "left:20px" adds 20 pixels to the element's LEFT position. */
/*    top: 0;
    left: 0;
*/    
/*	max-width: 100%;*/
	width: 100%;
/*    height: auto;*/
    border: thin solid #E0E0E0;
}
