/**
 * [ register.css ]
 *
 * @author: Pontus Lundwall (dr-m/at\spray/dot\se)
 * @version: $Id: register.css,v 1.10 2004/11/19 09:38:45 dr-m Exp $
 */

div.regform {
    width: 530px;
	margin:8px 0px 4px 0px;
}

div.regform .left {
    width:250px; float:left;
}
div.regform .left p {
    height:20px; text-align:right; margin:6px 4px 4px 4px;
}

div.regform .right {
    width:280px; float:left;
}
div.regform .right p {
    height:20px; margin:6px 4px 4px 4px;
}

div.dhelp div {
    display:none;
    border:1px solid gray;
    background: #fffff4;
    position: absolute;
    color: black;
    padding:4px;
    text-align:left;
    width:300px;
    left:38px;
}

p.error {
    font-weight:bold;
    color:red;
}

.dhelptxt {
    font-style: normal;
    border-bottom: 1px dashed #aaa;
    cursor: help;
}

img.required {
    position:relative;
    left:3px;
    top:1px;
}

span.help {
    color: #aaa;
    font-style:italic;
}

input.fillIn {
    color: #999;
}

input.textGadget {
    width:185px;
    border:1px solid #ccc;
}

div.selectionBox {
    margin:4px; width:258px; height:66px; overflow:auto; border:1px solid #ccc;
}
div.selectionBox div {
    margin:3px;
}

div.selectionBox div.color1 {
    background-color:#ffe;
}

div.selectionBox div.color2 {
    background-color:#eef;
}

select.multibox option.title {
    color: white;
    background: black;
}

select.optionbox { width:195px; }
select.longoptionbox { width:260px; }

select.multibox { width:260px; height:100px; }

textarea { font: normal 8pt verdana; }

#multiboxcontainer { height: 110px; }
#lang_level_title { display:none; }
#edu_abroad_country_container { display:none; }
#edu_program_container { display:none; }
#edu_level_title { display:none; }
#work_exp_title { display: none; }
#work_exp_level_container { display: inline; }


