
body { text-align: center; }
form { display: inline-block; } /* reduces the width of the form to only what is necessary */
input { background-color : #ffc;}

h4 {text-shadow: 3px 3px 2px #C0cace}

p.textblock
{ 	color: white;
	font-family: arial;
	display: inline;
    text-align: center; 
    background-color: green; 
}

.lessimgsize {
    -moz-transform:scale(0.7);
    -webkit-transform:scale(0.7);
    transform:scale(0.7);
} /* reduces size of image 30% */

.imgsize {
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
}/* keep original size */