/*********************************************************************************************************/
/* Programmer:		Victor Manuel Cay Rivera                                                               */
/* Created:				11/05/2009                                                                             */
/* Last update:		11/09/2009                                                                             */
/* File name:			jnapoli.css                                                                            */
/* Usage:					The css code for the index.htm page.                                                   */
/*********************************************************************************************************/
body
{
	background: white;																		/* page background color                         */
	padding: 0px;																					/* set all four padding to 0                     */
	margin: auto;																					/* let the browser adjust the margins            */
	width: auto;																					/* let the browser adjust the width              */
	font-family: 'lucida grande', Arial, Tahoma;					/* default font for page                         */
	color: #666362;																				/* default font color for page                   */
	font-size: 12px;																			/* default font size for page                    */
	line-height: 17px;																		/* default line height for page                  */
}

.logo
{
	position: relative;																		/*                                               */
	top: 65px;																						/* the top vertical pos of the logo              */
	text-align: center;																		/* logo is aligned to the center of the page     */
}

.msg_std
{
	position: relative;																		/*                                               */
	top: 70px;																						/* the top vertical pos                          */
	text-align: center;																		/* our standard msg is centered under the logo   */
	margin: auto;																					/* let the browser adjust the margins            */
	width: 600px;																					/* we center our standard msg within this width  */
}

.msg_ipt
{
	position: relative;																		/*                                               */
	top: 80px;																						/* the top verical pos                           */
	text-align: center;																		/* our input msg is centered under the logo      */
	margin: auto;																					/* let the browser adjust the margins            */
	width: 600px;																					/* we center our input msg within this width     */
}

.frm_obj
{
	position: relative;																		/*                                               */
	top: 90px;																						/* the top vertical pos                          */
	text-align: center;																		/* the form is centered under the logo           */
	margin: auto;																					/* let the browser adjust the margins            */
	width: 600px;																					/* we center our form within this width          */
	padding-bottom: 5px;																	/* we insert 5px to the bottom of the form       */
}
