.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position: relative;
	height: 16px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:16px;
	overflow:hidden;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:1px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	padding:0;
	right: 0;
	width:100%;
	height:100%;
	outline:none;
	background: url(../images/select-button.gif) no-repeat right top;
    display:block;
}
.selectArea .center{
	height: 16px;
	line-height:16px;
	display:block;
	padding:0 0 0 12px;
	background: url(../images/select-center.gif) repeat-x;	
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #cecece;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px 2px 11px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:none;
}

/**
* Password reset selectors
*
*/
.margin-t-5 {
    margin-top:5px !important;
}

.margin-t-10 {
    margin-top:10px !important;
}

.margin-l-0 {
    margin-left:0 !important;
}

.t-size-11 {
    font-size:11px !important;
}

.w-150 {
    width:150px !important;
}

.w-200 {
    width:200px !important;
}

.w-auto {
    width:auto !important;
}

.blueasterisk,
.securityquestion {
    color:#6A8CBC;
    float:left;
    font-size:12px;
    margin:16px 0 0;
    padding:0;
}

.securityquestion {
    margin-top:4px !important;
    clear:left;
    font-size:11px !important;
}

.passrst-label {
    float:left;    
    margin-top:30px;
    font-size:12px !important;
}

.formfieldcontainer {
    float:left;
    margin:10px 0 !important;
    width:auto;
}

.wrapleft {
    clear:left !important;
}

.passrst-input {
    float:left;
    margin:16px 0 0 0 !important;
    font-size:12px;
    width:245px !important;
}

.loadquestion {
    float:left;
    clear:left;
    font-size:10px;
    margin-top:4px;
    width:230px;
}

.secmessage {
    padding-top:10px;
    clear:left;
    display:block;
    font-size:12px;
    width:100%;
}

    .secmessage p {
        font-size:12px !important;
        margin:0 !important;
    }
