#PsychBox
{
    width:300px; height:140px;
    
    border: 1px darkblue solid;
    background-image: url('images/bg.jpg');
    
    padding:4px;
    
    font-family: Arial;
    font-size:12px;
    text-align:left;

	LINE-HEIGHT: normal;
}


#PsychBox #qText
{
    height:100px;
    margin-left:5px;
}

#PsychBox #qText #btnStart
{
    font-size: 16px;
    font-weight:bolder;
    border: 1px darkblue solid;
    width:50%; height:24px;
    text-align:center;
    vertical-align:middle;
    padding-top:4px;
    cursor:hand;
}

#PsychBox #qText #btnStart:hover
{
    background-color: #99ccff;
}


#PsychBox #miniHeader
{
    font-size:14px;
    font-weight:bold;
    padding-bottom:4px;
}

#PsychBox #Ans
{
    border-top: dashed 1px lightblue;
}

#PsychBox #Ans A
{
    color:darkgreen;    
}

#PsychBox #Ans A:hover
{
    background-color: #d7ffcd;
    color: Green;
}

#PsychBox #Ans A img
{
    border: none;    
}

#PsychBox #Ans UL
{
    margin:0px;
    margin-left:10px;
}
#PsychBox #Ans UL LI
{
    margin:1px;
    display:inline;
}
