
/***************************************************************
*                                                              *
*  Name:       X-Type Foundation Framework - Forms             *
*  Date:       May 24, 2010 (REV 1)                            *
*  Author:     reason lahalla @ codecollider.com               *
*  URL:        http://www.codecollider.com/xtype               *
*                                                              *
*  Summary:    This stylesheet includes styling for the <FORM> *
*              structure that makes up the layout              *
*                                                              *
***************************************************************/

/******FORM ELEMENTS******/

fieldset
{
	border: 0px solid #CCCCCC;
	width: 60%;
	height: 45%;
}

legend
{
	border: 1px solid #CCCCCC;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	
}



input
{
    ;    
}

select
{
    ;
}

textarea
{
    ;
}

/******FORM IDs and CLASSES******/

#login .type
{
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 11px;  
    width: 100px;  
    margin-right: 6px; 
}

#login .btn
{
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: .7em;  
    background-color: #333333;  
    color: #FFFFFF;  
    margin-right: 26px;
}

#login .txtInput
{
	width: 115px;
	height: 15px;
}

