/* CSS Document */
#sideform {
position: relative; 
top: 0;
text-align:left;
width: 200px;
height:300px;
background-repeat: repeat-y;
 background-image: url(images/formback.gif);
 border-bottom: 2px solid #000000;
}


#sideform form p{
	
	margin: .2em .2em .2em .2em;
}

#sideform label
{
color: #ffffff;
width: 75px;
float: left;
text-align: right;
display: block
}

#sideform .submit input
{
margin: .3em auto;

}
#sideform input
{
width: 100px;
color: #000000;
background: #ffffff;
border: 1px solid #000000;
}

#sideform .submit input
{
width: 75px;
color: #000000;
background: #ffffff;
border: 2px outset #d6d6d6;
}
#sideform textarea
{
color: #000000;
background: #ffffff;
border: 1px solid #000000;
width: 100px;
height: 70px;
}

#sideform p{
   color: #ffffff;
 	text-align: center;
	font-size: 1em;
	margin: 1em 1em 1em 1em;
}

#sideform h3{
   color: #ff0000;
 	text-align: center;
	font-size: 1.1em;
	padding: 5px; 
	margin: 0 auto;
}

