div.survey h3
{
	margin-top: 20px;
	margin-bottom: 10px;
}

div.survey fieldset
    {
        border: 1px dashed #909193;
        padding: 7px;
    }
    
div.survey legend
    {
        padding: 0.2em 0.5em;
        border: 1px dashed #909193;
        font-weight: bold;
    }
    
div.survey .formItem
    {
        padding-left: 110px;
    }
    
div.survey .formItem label
    {
        display: inline;
        float: left;
        margin-left: -110px;
        position: relative;
        width: 90px;
    }
    
div.survey .formItemRadio label
{
	margin-left: 95px;
}

div.survey .formItemRadio input
{
	width: 20px;
	background: none;
	border: none;
	margin-left: 30px;
}
    
div.survey .formItem .control
    {
        display: block;
    }
    
div.survey textarea
{
	border: 1px dashed #909193;
}

div.survey .textarea
{
	margin-top: 10px;
}
    
div.survey input
    {
        margin-left: 10px;
    }
    
div.survey .formItem input.short
    {
        width: 40px;
    }
    
div.survey .formItem input.medium
    {
        width: 120px;
    }
    
div.survey .formItem input.long
    {
        width: 180px;
    }
    
div.survey fieldset.accessibility
    {
        border: none;
    }
    
div.survey legend.accessibility
    {
        display: none;
    }
    
div.survey .question
{
	font-weight: bold;
	margin-top: 15px;
}

/* Nani16062009 / Style for CC Alumni Form */
div.frmCCAlumniSuccess{
	color:#63E01F;
	font-weight:bold;
}

div.frmCCAlumniError{
	color:#FF3300;
	font-weight:bold;
}

#frmCCAlumni{
	width:300px;
	text-align:right;
	margin-top:10px;
}


#frmCCAlumni label{
	width:120px;
	float:left;
	line-height:19px;
	margin-bottom:5px;
}

#frmCCAlumni input{
	width:170px;
	float:right;
	margin-bottom:5px;
}

#frmCCAlumni input.submit{
	width:80px;
	float:right;
	cursor:pointer;
	margin-right:45px;
	margin-top:5px;
}
