	
.transparent {    
  width:100%;
  border: none;
  background-color: #ffffff;
}

.transparent_stretch {
  background-color: #ffffff;
  border:none;
  width: 97%;
}

.transparent_stretch_border {
    border:1px solid #dcdcdc;
    background-color: #ffffff;  
    width: 97%;
}

.transparent_border {
    border:1px solid #dcdcdc;
    background-color: #ffffff;
    width:100%;
}

.transparent_inline_border {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
	}

div.roundedcornerinput,
span.roundedcornerinput {
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    background-color: #ffffff;  
 	margin-top: 1px;
 	margin-bottom: 2px; 
 	margin-right: 3px;
 	margin-left : 1px;
}

div.roundedcornerinner {
    border:1px solid #dcdcdc;
    padding-left:7px;
    padding-top:2px;
    margin-top: 1px;
}
.semitransparent {
    border:1px solid #dcdcdc;
	background-color: #ffffff;  
 	margin-top: 1px;
 	margin-bottom: 2px; 
 	margin-right: 3px;
 	margin-left : 1px;
}

