/* Copyright 2008 Pete Hall */
iframe.comdisplay {
	display:none;
}
input, textarea, select, .captcha {
	border-style:solid;
	border-color:#C0C0E4;
	background-color:#EAEAF4;
	border-width:1px;
	margin:2px;
    padding:2px
}    
.captcha {
	width:120px;
}
img.captcha {
	height:40px;
    width:120px;
}
input.capatcha {
    margin-top:5px;
    margin-left:5px;
}
button.captcha {
    width:60px;
    color:#000066;
    font-weight:bold;
    cursor:pointer;
}