


/* RETRIEVE PASSWORD - All CSS for the password reset page
--------------------------------------------------------------------*/


	#retrieve
	{
        padding-top: 40px;
        width: 900px;
        margin: 0 auto;
	}
	
	#retrieve #title
	{
		color: #3A76F8;
		font-size: 20px;
		font-weight: bold;
	}

	#retrieve .subtitle
	{
		font-size: 14px;
		margin: 0px 0px 15px 0px;
	}

	#retrieve #left
	{	
		height: 300px;
		width: 500px;
		border-right: 1px solid #BFBFBF;
		border-top: 1px solid white;
		padding-bottom: 30px;
	}

	#retrieve #right
	{
		position: absolute;
		left: 530px;
		top: 40px;
		
		font-size: 14px;
		font-weight: bold;
	

		width: 420px;
	}
	
	
	/* Basic common declarations for the container */
	#retrieve .field_text, #sign .field_buttons
	{
		width: 490px;
		padding: 5px 0px 5px 0px;
		display: table;

	}	
	
	/* Basic common declarations for the labels */
	#retrieve .field_text label
	{
		width: 140px;
		
		float: left;
		
		text-align: right;
		
		margin-right: 7px;
		
		padding-top: 2px;
		font-weight: bold;
		
		font-size: 12px;
	}	
	
	/* Basic common declarations for the form inputs */
	#retrieve .field_text input
	{
		width: 225px;
		height: 18px;
		float: left;
		
		font-size: 13px;
	}


	/* Basic common declarations for the field buttons*/
	#retrieve .field_buttons
	{
		padding-left: 148px;
		width: 200px;
		margin-top: 10px;
	}


	