#topBarForm {
	background-color:#fff;
	clear:both;
	display:none;
}



.padTop {
	padding-top:34px;
}

.noPaddingTop {
	padding-top:0;
}

#signInFormShell, #registerFormShell {
	display:none;
}

#unsavedDrawingMsg {
	width:870px;
	padding:.5em 0;
	margin:-2em 0 1em 0 ;
	color:#fff;
	background-color:#c00;
}

/******************************************************
*********      FORGOT PASSWORD FORM    ****************
*******************************************************/
#forgotPasswordFormShell {
	background-color:#fff;
	clear:both;
	margin-left:40px;
	padding:1em 0;
}

#forgotPasswordFormShell #instructions{
	width:430px;
	float:left;
	margin-right:50px;
}

#forgotPasswordFormShell label{
	display:block;
	float:left;
}

#forgotPasswordFormShell input{
	display:block;
	float:right;
	
}

#forgotPasswordForm {
	width:780px;
}

#forgotPasswordForm .submit {
	width:210px;
	font-weight:bold;
	margin-top:1em;
	float:right;
}

/******************************************************
*********      REGISTER FORM    ***********************
*******************************************************/

#register_member_form {
	margin-left:-40px;
	margin-top:23px;
}

#registerIntro {
	background: url(/img/ir/register/registerintro.gif);
	width:910px;
	height:74px;
	margin-left:-40px;
}

.checked {
	background-image:url(/img/ir/register/checkicon.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin-top:0;
	padding-top:.0;
	width:340px;
}

.errorField {
	display:block;
	width:230px;
	height:1em;
}

.error {
	background-image:url(/img/ir/register/erroricon.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	margin-top:0;
	padding-top:.9em;
}

.error p {
	font-size:.6em;
	color:#c00;
	margin-top:0;
	padding-top:.3em;
	padding-left:40px;
}

#register_member_form #userDetails {
	width:590px;
	float:left;
	margin-bottom:1em;
}

#register_member_form label{
	width:280px;
	height:22px;
	display:block;
	overflow:hidden;
	text-indent:-6923px;
	background-repeat:no-repeat;
}

#register_member_form input{
	width:310px;
}

#register_member_form td{
	padding-bottom:.2em;
}

#register_member_form #accept_terms{
	float:left;
	margin: -.1em .2em 0 0;
	width:16px;
	height:16px;
}

#register_member_form #termsText{
	width:100%;
	height:178px;
	font-size:10px;
	font-weight:bold;
	line-height:1em;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	margin-bottom:16px;
	margin-top:22px;
}

#register_member_form #terms {
	width:270px;
	float:right;
	margin-bottom:1em;
}

#register_member_form .submit {
	width:270px;
	margin-top:.3em;
}

#register_member_form #usernameLabel{
	background-image:url(/img/ir/register/pickausername.gif);
}


#register_member_form #passwordLabel{
	background-image:url(/img/ir/register/passwordatleast.gif);
}

#register_member_form #passwordConfirmLabel{
	background-image:url(/img/ir/register/confirmpassword.gif);
}

#register_member_form #emailLabel{
	background-image:url(/img/ir/register/youremail.gif);
}

#register_member_form #urlLabel{
	background-image:url(/img/ir/register/yourwebsite.gif);
}

#register_member_form #acceptTermsLabel{
	background-image:url(/img/ir/register/acceptterms.gif);
}

/******************************************************
*********      SIGN IN FORM    ************************
*******************************************************/

#notAMemberAndForgotPassword {
	float:left;
	width:430px;
	margin-left:-40px;
}

#notAMemberAndForgotPassword p {
	padding:0 0 18px;
}

#notAMemberLink {
	background: url(/img/ir/signin/notamember.gif);
	width:351px;
	height:74px;
}

#forgotPasswordLink {
	background: url(/img/ir/signin/forgotpassword.gif);
	width:351px;
	height:50px;
}

#signInForm {
	float:right;
	width:350px;
	margin-top:0px;
	margin-right:40px;
	padding-top:0px;
	padding-bottom:17px;
}



#signInForm td {
	padding-bottom:.3em;
}

#signInForm .firstColumn {
	height:1.2em;
	width:160px;
}

#signInForm #SIpasswordLabel {
	background-image: url(/img/ir/signin/password.gif);
	width:117px;
	height:19px;
}

#signInForm #SIusernameLabel {
	background-image: url(/img/ir/signin/username.gif);
	width:117px;
	height:19px;
}

#signInForm #SIusername, 
#signInForm #SIpassword, 
#signInForm #autoLogin,
#signInForm #SIsubmit {
	margin:0;
	padding:0;
	width:190px;
}

#signInForm #rememberMeLabel {
	margin-top:.4em;
	background-image: url(/img/ir/signin/rememberme.gif);
	width:111px;
	height:18px;
}


/******************************************************
*********      GENERIC FORM    ************************
*******************************************************/

input {
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}

caption {
	visibility:hidden;
	height:0;
}

.checkBox {
	font-size:0.6em;
}

.checkBox input {
	margin:.2em .2em 0 0;
	float:left;
	width:17px; 
	height:17px;
}

.tableStyle {
	border: none;
	border-collapse: collapse;
}