/*@import url(http://www.itv.com/cradle/styles/css/masthead.css);
@import url(http://www.itv.com/cradle/styles/css/footer.css);*/

body
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-size:76%;
	font-family: verdana, tahoma, sans-serif;
}

h1 {
    color: #FF0000;
	font-size: 1.8em;
}

h2 {
    color: #FFFFFF;
	font-size: 1.4em;
}

p {
	text-align: center;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 11px;
}

.popup {
	font-weight: bold;
	text-decoration: underline;
	cursor: help;
}

ol {
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P, table
{
	font-size:1em
}

/*This sets the font size at 11px [but still allows font scaling]*/

.emphasisText {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* ---------------------------------------------------------- */

.content, .text {
	width: 400px;
	float: left;
	padding-top: 70px;
	padding-right: 40px;
	padding-left: 40px;
}

.termsColumn {
    width: 400px;
}
.termsColumn .content {
    padding-top: 10px;
}
.termsColumn .content ol li ol li {
    list-style-type:lower-alpha;
}

.content p {
    text-align:left;
    font-size: 1em;
}

.apply {
	float: left;
	padding-top: 20px;
}

.mainBody {
	background-image:url(../images/hp_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 970px;
	float: left;
}

.mainColumn {
	width: 480px;
	float: left;
	background-image: url(../images/i_logo.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
}

.padding {
	float: left;
}

/* Application form styles */

#appForm {
    width: 480px;
	float: left;
}

#appForm tr th {
    color:#FFF;
    text-align:right;
    
}

#formHeadPara {
    padding-top:60px;
}


#appForm sup {
    color:red;
}

/* apply form fonts */
fieldset {
	border: 1px solid #ededed;
	padding:0px 10px 10px 10px;
	margin:0;
	margin-top:10px;
	margin-bottom:20px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
}
fieldset label,
fieldset label.small,
fieldset label.medium,
fieldset label.large  {
	display:block;
	float:left;
	width:200px;
	text-align: right;
	line-height:1.6em;
	font-size: 0.8em;
	margin-right:10px;
}
fieldset label.small {
    width:30px;
    float:none;
    display:inline;
    text-align: left;
}
fieldset label.medium {
    width:70%;
}
fieldset label.large {
    width:100%;
    text-align: left;
    margin-bottom:0.5em;
    
}

fieldset input,
fieldset textarea,
fieldset radio,
fieldset checkbox,
fieldset select {
    margin-bottom:1em;
}

/* remove bottom margin from two checkbox elements */
#termslbl, #member-marketing {
    margin-bottom:0px;
}

fieldset textarea {
    width:90%;
    font-size:0.9em;
    font-family: verdana, tahoma, sans-serif;
}
fieldset legend {
    color:#FFF;
	padding:0 0 10px 0!important;
	margin:0!important;
	height:20px;
	vertical-align:top!important;
}