@charset "UTF-8";
/* CSS Document */

fieldset {
border:1px solid #669900;
padding:20px!important;
}

legend {
font-weight:bold;
padding: 0 10px;
color:#808080;
}

input, textarea, select {
font-size:11px;		
color:#000000;
}

.textfield {
float:left;
border:0px;
height:19px;
width: 100%;
padding: 2px 0 0 0;
border:1px solid #cccccc;
margin-bottom:10px;
}
	
textarea {
height:100px;
color:#000000;
width:100%;
border:1px solid #cccccc;
}

.inputbutton {
color:#000000;
float:right;
margin-top:6px;
}

.hidesubmitbutton {
background:#FFFFFF;
border:0 none;
height:1px!important;
left:0;
position:absolute;
top:0;
width:7px!important;
}

#globalborder .buttonholder {
	margin-right:10px;
	float:left;
}
	
form .buttonholder {
float:right;
}

form .row {
margin-bottom:4px;
}