﻿/* Module Specific CSS */
/*  Make sure your CSS names don't overlap with other modules - its a good idea to prefix the names */
/*  We chose ce (Code Endeavors) for this sample, but you should use your own abbreviation */
.ceLabel
{
	 font-family: Arial;
	 font-size: 12pt;
	 font-weight: bold;
}

.ceResponse
{
	 font-family: Arial;
	 font-size: 10pt;
	 color: Red;
	 font-weight: bold;
}

.ceHidden
{
	display: none;
}

.Question_Label_Bold
{
	font-weight: bold;
}

.ActiveResponse
{
	 font-family: Arial;
	 font-size: 14pt;
	 font-weight: bold;
}

.CommonTextBox
{
    width: 350px;
}

.Windows7BK
{
    background-color: #DFE9F5;
}

.TopSpaceImportant
{
    padding-top: 15px !important;
}

.TopSpace
{
    padding-top: 15px;
}

.TopSpaceDiv
{
    padding: 10px 10px 10px 10px;
}

.TopSpaceClear
{
    padding-top: 15px;
    clear: both;
}

.NZMK_DNN6_Question_Table label
{
    width: 65% !important;
    text-align: left !important;
}

.WizardThemeComboLabel
{
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
}

.WizardformLabel {
    display: block;
    font-size: 1.3em;
}

.WizardformInput {
    border: 1px solid #C6C6C6;
}

.RadUpload .ruInputs li {
    list-style: none outside none;
}