/*
*6A3B93 purple
* F89320 orange
* green color: A9CB69
*/

h3 {
	color: #6A3B93;
	}

.forgot_input 	{
				width: 200px;
				height: 20px;
				margin-right: 8px;
				font-style: Arial;
				border: 1px solid #666;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				font-size: 16px;
				color: #666;
				}

.forgot_input1 	{
				width: 50px;
				height: 20px;
				margin-right: 8px;
				font-style: Arial;
				border: 1px solid #666;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				font-size: 16px;
				color: #666;
				}
				
.forgot_input2 	{
				width: 65px;
				height: 20px;
				margin-right: 8px;
				font-style: Arial;
				border: 1px solid #666;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				font-size: 16px;
				color: #666;
				}
.label {
		font-size: 17px;
		}

.orange_text {
			color: #F89320;
			}
			
#error_msg	{
			height: 16px;
			margin: 3px;
			font-weight: bold;
			color: #6A3B93;
			background: ;
			}