﻿.orderbyemailpopup
{
    background-position: top;
    height: 287px;
    width: 358px;
    background-image: url('../images/orderbyemail_bg.png');
}

.orderbyemailpopup .header
{
    padding:2px;
    width:100%;
    height:20px;
}

.orderbyemailpopup .header .title
{
    float: left;
    margin: 30px 0 0 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #3399cc;
}

.orderbyemailpopup .header .close
{
    float:right;   
    margin: 15px 20px 0 0;
}

.orderbyemailpopup .content
{
    padding:3px;
    height:100px;
    float: left;
    margin: 10px 30px 0 30px;
}
.orderbyemailpopup .formrow
{
    float:left;
    height: 25px;

}
.orderbyemailpopup .buttonrow
{
    float:right;
    height: 25px;
    margin-top: 15px;

}
.orderbyemailpopup .leftcolumn
{
    float:left;
    width: 80px;
    height:20px;
}
.orderbyemailpopup .rightcolumn
{
    float:left;
    height:20px;
}

