body {
	background: #f1f1f1;
	padding: 0px 20px;
	float: left;
}
html {
	background: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2em;	
	padding-bottom: 10px;
}
h2 {
	font-size: 2.4em;	
}
h3 {
	font-size: 1.5em;	
	font-weight: normal;
}
#formContent {
	background: #fff;
	padding: 20px 30px;
	border: 1px solid #e3e3e3;
	width: 590px !important;
	float: left;
	margin: 0;
	height: 700px;
}
form {
	margin-top: 20px;	
}
form .ccv-question-wrapper {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    float: left;
}
form .ccv-question-col-1 {
	float: left;
	margin-right: 20px;
	width: 280px;
}
form .ccv-question-col-2 {
	float: left;
	width: 260px;
}
form .no-clear {
    clear: none !important;
}
form .ccv-question-wrapper label {
    position: absolute; 
    padding: 12px 10px;
    font-weight: bold;
    font-size: 1.4em;
}
.ccv-question-wrapper input {
    width: 275px;
    padding: 8px 10px;
    font-size: 1.4em;
}
#ie8  .ccv-question-wrapper input {
	width: 255px;
}

.clear {
	clear: both;
	margin-top: 10px;	
}
/* Dropdown control */
.selectBox-dropdown {
	width: 228px; /* width = (desired width) - padding-right */
	padding-right: 40px;
	position: relative;
	border: solid 1px #BBB;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	width: 100%;
	padding: .2em .3em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;
	border-left: solid 1px #BBB;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	width: 250px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

/* selectBox overrides*/
.selectBox-dropdown-menu a {
    color: #000;
    text-decoration: none;
    font-size: 1.4em;
}
 .selectBox-dropdown {
    float:left;
    clear: left;
    border-radius: 0;
    margin-top: 10px;
    height: 29px;
    padding-left: 5px;
    padding-top: 3px;
}
.selectBox-label {
    padding-left: 10px;
    font-size: 1.4em;
    font-weight: bold;
    color: #666;
    padding-bottom: 3px;
    padding-top: 3px;
    height: 21px;
}
.selectBox-dropdown .selectBox-arrow {
    background: url(/itrade/common/icons/bg-select-dropdown-lg.png) no-repeat 50% center;
    width: 29px;
    border: none;
}
.red-btn {
	width: 160px;
	height: 30px;
}
.red-btn .arrow {
	display: block;
	position: absolute;
	top: 36%;
	right: 15px;
}
fieldset {
	border: none;
	padding: 0;
	clear: both;
}
#errormsg {
	display: none;
	border: 1px solid #D81E05;
	background-color: #f8f8f8;
	padding: 10px;
	margin-top: 20px;
}
#errormsg p {
	background: url(https://www.scotiabank.com/roynat/common/icon/errorbig.png) no-repeat;
	margin-top: 2px;
	padding-left: 25px;
	font-size: 1.3em;
}
label.error {
	font-size: 1.3em;
	display: block;
	margin: 10px 0px 5px 25px;
}
