@charset "utf-8";
/* CSS Document */

input {
border: 1px solid #bf1d79;
width: 98%;
}
select {
border: 1px solid #bf1d79;
}
textarea {
border: 1px solid #bf1d79;
width: 98%;
}
.formSubmitButton {
border: none;
background-color: #bf1d79;
color: #FFFFFF;
width: 90%;
height: 30px;
}
#col1 {
width: 145px;
float: left;
min-height: 25px;
}
#col2 {
width: 300px;
float: left;
min-height: 25px;
}
#clear {
float: none;
clear: both;
height: 0;
}
