.ICrow    {
    width:100%;
    float:left;
    height:auto !important;
    padding-bottom:5px;
}
.ICleftColumn  {
    width:70px;
    float:left;
}
.ICleftColumn label   {
    display:inline !important;
    width:auto !important;
    height:auto !important;
    font-weight:normal;
}
.ICrightColumn {
    width:350px;
    float:right;
}
input, select   {
    font-size:11px;
}
.input_w1   {
    width:150px;
}
.input_w2   {
    width:80px;
}
.input_w3   {
    width:250px;
}
.ICrightColumn textarea {
    width:100%;
}
input.submit {
    float:right;
    width:auto;
}
.importedEmailAddresses, .emailPreview {
    width:99%;
    border:1px solid #cccccc;
    height:60px;
    overflow-y:auto;
}
.emailPreview   {
    height:250px
}
.importedEmailAddresses .email_row  {
    width:32%;
    padding-right:1%;
    height:auto;
    float:left;
    border-bottom:1px solid #efefef;
    padding-bottom:3px;
}
.importedEmailAddresses .email_row .col_checkbox    {
    width:9%;
    float:left;
    height:100%;
}
.col_checkbox input {
    margin:0px;
    padding:0px;
    width:auto;
}
.importedEmailAddresses .email_row .col_email   {
    float:right;
    width:90%;
    height:100%;
    overflow:hidden;
}
.col_email p    {
    margin:0px;
    white-space:nowrap;
}
.importmailSuperWidth   {
    width:800px;
}
