/*
 * Ext JS Library 2.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */


/* all fields */
.x-form-field{
    margin: 0 0 0 0;
    font:normal 11px tahoma, arial, helvetica, sans-serif;padding-top:0px;padding-bottom:0px;
}
.ext-strict .x-form-text {
    height:20px;padding:0px;
}

/* If you override the default field font above, you would need to change this font as well */
.x-form-grow-sizer {
	font:normal 10px tahoma, arial, helvetica, sans-serif;
}

/* labels */
.x-form-item {
    font:normal 10px tahoma, arial, helvetica, sans-serif;
    display:block;color:navy;
    margin-bottom:0px;padding:0px;
    zoom:1;
}
.ext-gecko .x-form-text {
    padding-top:1px; /* FF won't center the text vertically */
    padding-bottom:0;
}

.x-form-element {
	padding:0px;
}

.x-form-textarea {
	font-family: monospace;
}

