.inputText {
	border: 1px solid;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 20px 10px;
	border-style: solid;
	border-color: #347ca3;	
}


.inputSecret {
	border: 1px solid;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 20px 10px;
	border-style: solid;
	border-color: #347ca3;
}
.inputText_Error {
	
	color: red;
	border: 1px solid;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 20px 10px;
	border-style: solid;
	border-color: red;
}

.inputText_Success {
	border: 1px solid green;
	color: green
}

.errorMessage {
	color: red;	
}

.content {
	font-size: 12px;
}


	
	 #headerMessage{		
		border-bottom:solid 1px #b7ddf2;	
		
	}
	h4 {
		margin-bottom:8px;
		
	}
	p{
		
		margin-bottom:20px;
		
	}
	
	.tips {
	
		font-size: 11px; 
		}
	 label{
	 	color: black;
		display:block;
		font-weight:bold;
		text-align:right;
		width:220px;
		float:left;
	}
	
	
	
	
	 .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:220px;
	}
	
	select{			
	font-size:12px;
	margin:2px 0 20px 0px;
	border-style: solid;
	border-color: #347ca3;
	border-width: 1px
	}
	
	.selectOneMenu1 {
		font-size:12px;
	margin:2px 0 20px 10px;
	border-style: solid;
	border-color: #347ca3;
	border-width: 1px
	}
	
/* JQUERY TOOLTIP START*/

.shiny_box {
	z-index:1;
	display:none;
	font-size:11px;
	color:#666;
	border:1px solid #dbdbdb;
	border-left:2px solid #dbdbdb;
	-webkit-border-radius:5px;-moz-border-radius:5px;
	padding:.45em 10px .85em 30px;
	line-height:1.45em;
	background:#f2f2f2 url(/.PinSetupPorlet/css/signup_info.gif) no-repeat 13px 50%;
	text-transform:lowercase;
}




/* JQUERY TOOLTIP START*/
.fieldWithErrors input,.fieldWithErrors select,input.errors,select.errors,textarea.errors{background-color:#ffdfdf;}

.error-occurred{display:block;width:170px; font-size: 12px; color:#801b1b;border-color:#e5a3a3;background-color:#ffcfcf;padding:3px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.error-occurredGlobal{font-size: 12px; color:#801b1b;border-color:#e5a3a3;background-color:#ffcfcf;padding:3px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;}
#steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
        #steps li { font-size:16px; float:left; padding:10px; color:#b0b1b3; list-style: none}
        #steps li span {font-size:11px; display:block;}
        #steps li.current { color:#000;}
        

