form {
    border: solid 1px blue;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 3px;
    margin-bottom:5px;
    font-size:11pt;
}

a.discreetlink {
    border-bottom: 1px solid blue;
}
/*
div.intro {
    width: 598px;
    font-size: 11pt;
}
*/
div.operatorlist, div.contractlist {
    font-size: 9pt;
    border: solid 1px orange;
    margin-top:5px;
    /*width: 150pt;*/
}

div.operatorlist div.title, div.contractlist div.title{
    font-weight: bold;
}

table.phonecomparison {
    font-size: 9pt;
    border: solid 1px orange;
    background-color: orange;
}
table.phonecomparison th{
    font-size: 8pt;
}

table.phonecomparison td{
    background-color: #FFDDDD;
}

table.phonecomparison a{
    color: black;
    text-decoration:none;
}
table.phonecomparison a:hover{
    color: blue;
    text-decoration:underline;
}

td.downrightarrow {
    background-image:url(/images/roundcorner_18x30_bl.png);
    background-repeat:no-repeat;
    background-position: right bottom;
    width: 18px;
    min-height:18px;
}
td.downrightarrow2 {
    background-image:url(/images/roundcorner_18x30_bl_grey.png);
    background-repeat:no-repeat;
    background-position: right bottom;
    width: 18px;
    min-height:18px;
}
td.downrightarrowfork {
    background-image:url(/images/roundcornerfork_18x30_bl_black_grey.png);
    background-repeat:no-repeat;
    background-position: right bottom;
    width: 18px;
    min-height:18px;
}

/*
td.downrightarrowtoptobottom {
    background-image:url(/images/roundcorner_18x30_bl.png);
    background-repeat:no-repeat;
    background-position: left bottom;
    width: 18px;
    min-height:18px;
}
*/
td.rightarrow {
    background-image:url(/images/arrowright_18x18.png);
    background-repeat:no-repeat;
    background-position: left bottom;
    width: 18px;
    height:18px;
}
td.rightarrow2 {
    background-image:url(/images/arrowright_18x18_grey.png);
    background-repeat:no-repeat;
    background-position: left bottom;
    width: 18px;
    height:18px;
}
td.vertborder {
    background-image:url(/images/border_18x1.png);
    background-repeat:repeat-y;
    background-position: right;
    width: 18px;
}
td.vertborder2 {
    background-image:url(/images/border_18x1_grey.png);
    background-repeat:repeat-y;
    background-position: right;
    width: 18px;
}

