body
{
    width: 99%;
    margin: 0;
    min-width: 600px;
}

.bigLogo
{
	background-image: url(/images/webchunks.png);
	width: 249px; 
	height: 106px; 
	border-style:none; 
}
* html .bigLogo
{
	background-image: none;
	border-style:none; 
	width: 249px; 
	height: 106px; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/webchunks.png',sizingMethod='scale');
}

.smallLogo
{
	background-image: url(/images/webchunksSmall.png);
	width: 164px; 
	height: 70px; 
	border-style:none; 
}
* html .smallLogo
{
	background-image: none;
	border-style:none; 
	width: 164px; 
	height: 70px; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/webchunksSmall.png',sizingMethod='scale');
}

div#left
{
   width: 49%; 
   float: left;
   margin: 0;
}

div#right
{
   width: 49%; 
   float: right;
   margin: 0;
}

input.field
{
    background: #eee;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px white solid;
	border-bottom: 1px white solid;   
}

.box
{
    background: #bbb;
	border-top: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
/*  padding: 0em 1.5em 1em 1.5em;*/
    
	border-radius: 1em;
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
	box-shadow: 5px 5px 15px #111111;
    -moz-box-shadow: 5px 5px 15px #111111;
    -webkit-box-shadow: 5px 5px 15px #111111;

    margin: 1em;
    padding: 1em 1% 1em 1%;
}

textarea
{
	border-radius: 1em;
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    padding: 0.5em;
    background: #eee;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px white solid;
	border-bottom: 1px white solid;   
	margin: 0.5em 0 0.5em 0;
    width:100%;
}