@charset "utf-8";
/*
$Id: registration.css,v 1.1 2009/09/18 22:19:31 sjain Exp $
$Source: /bbsrc/web/docs/jp09/styles/registration.css,v $
*/

.SmallField{
font-size: 13px;
height: 19px !important;	
width: 200px !important;
padding:2px 0px 2px 0px;
}

.BigField{
font-size: 13px;
height: 19px !important;	
width: 350px !important;

}

.OptionField{
font-size: 13px;
height: 25px !important;	
width: 355px !important;

}
.Lable{
font-size:13px;
font-weight:bold;
margin-top:10px;
border:0px solid red;
}

.TopMargin{
padding-bottom:7px;
margin-bottom:7px;
margin-left:7px;
width:300px;

}

/* access page Begin */
#RegistrationLoginBox{
width:510px;
height:167px;
border:0px solid blue;

}

#LoginLeft{
width:280px;
border:0px solid red;
float:left;
text-align:left;
}


#RegistrationRight{
width:180px;
border:0px solid red;
float:right;
}

.InputLablaAlign{
vertical-align:top;
}

.RegistrationHeading{
      font-size:13px;
	  font-weight:bold;
	  text-decoration:none;
	  color: #339999;
}


.RegistrationBoldLable{
font-weight:bold;
}

.access_field {
font-size: 11px;
height: 13px !important;	
width:114px !important;
margin: 2px 0px 2px 0px;
}

#access_input_right{
	float: right;
	border:0px solid red;
}

#access_lable_input{
	border:0px solid yellow;
	text-align:right;
	width:225px;
	line-height: 19px;
}
/* access page end  */


.contentLinkRegistration {
	font-size: 12px;
	padding: 1px 5px 5px 0;
}

.arrowRegistration {   /* Uses  .arrowNavDotSprite , which is located in main.css */
	float: left;
	width: 7px;
	height: 8px;
	margin-top: 3px;
	padding-right: 3px !important;
	background-position: -181px -1px;
}

#RegistrationTitleBar{
		background-color:#F3F3F3;
		border-top: 4px solid #339999;
		border-bottom: 1px solid #339999;
		height: 29px;
		width: 100%;
}

#RegistrationTitleBar .RegistrationTitleBarText{
		font-weight: bold;
		color:#333333;
		font-size:14px;
		position: absolute;
		margin-left:10px;
		margin-top:6px;
}


