/*
===========================================================
Name source: 	nFrame.css
Name: 			nFrameWork for CSS
Author:			nolimit|DEVELOPERS - http://www.nolimit.sk
License: 		Copyright (c) 2004 - 2011 All rights reserved
Version:  		1.0
===========================================================
*//*
	-	nFrame Index -

00.	Body
01.	Inputs
02.	Universal
03.	Global buttons
04.	Alert messages
05.	Icons
06.	Box vertical align
07.	Forms
08.	Table

*//*----------------------------00.Body-------------------------*/
@import "reset_v2.css";
html, body
{*font-size:small; /* for IE */ *font:x-small; /* for IE in quirks mode */ height:100%;}
/*///*/

/*----------------------------02.Universal-------------------------*/
.center { margin: 0 auto; }
.nameAlign{display:table;/*overflow:hidden;*/margin:0 auto; position: fixed !important; z-index: 999;}
*:first-child+html .nameAlign {position:absolute;}/*ie7*/
* html .nameAlign{position:relative;}/*ie6*/
.nameAlign_container{display:table-cell;vertical-align: middle;}
*:first-child+html .nameAlign_container{position:fixed;top:50%;}/*ie7*/
* html .nameAlign_container{position:absolute;top:50%;}/*ie6*/
*:first-child+html .nameAlignBox{position:relative;top:-50%;}/*ie7*/
* html .nameAlignBox{position:relative;top:-50%;}/*ie6*/
.nameAlign{height:100%;width:100%;}
/*///*/




