﻿@charset "UTF-8";
/* ---------------------------------
 Feeldesign CSS Framework v0.1
 
 Google Code：http://code.google.com/p/feeldesign-ued
 
 Copyright (c) 2009, Feeldesign（www.feeldesign.cn） All rights reserved.
 Code licensed under the New BSD License.
 
------------------------------------ */

/* ie.css */
body {
	text-align:center;
}
.container-12, .container-16, .container-24 {
	text-align:left;
}
* html .column, * html div.grid-1, * html div.grid-2, * html div.grid-3, * html div.grid-4, * html div.grid-5, * html div.grid-6, * html div.grid-7, * html div.grid-8, * html div.grid-9, * html div.grid-10, * html div.grid-11, * html div.grid-12, * html div.grid-13, * html div.grid-14, * html div.grid-15, * html div.grid-16, * html div.grid-17, * html div.grid-18, * html div.grid-19, * html div.grid-20, * html div.grid-21, * html div.grid-22, * html div.grid-23, * html div.grid-24 {
	display:inline;
	overflow-x:hidden;
}
* html legend {
	margin:0px -8px 16px 0;
	padding:0;
}
ol {
	margin-left:2em;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
html>body p code {
*white-space:normal;
}
hr {
	margin:-8px auto 11px;
}
img {
	-ms-interpolation-mode:bicubic;
}
.clearfix, .container-12, .container-16, .container-24 {
	display:inline-block;
}
* html .clearfix, * html .container-12, * html .container-16, * html .container-24 {
	height:1%;
}
fieldset {
	padding-top:0;
}
textarea {
	overflow:auto;
}
input.text, input.title, textarea {
	background-color:#fff;
	border:1px solid #bbb;
}
input.text:focus, input.title:focus {
	border-color:#666;
}
input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline div, form.inline p {
	vertical-align:middle;
}
form.inline label {
	position:relative;
	top:-0.25em;
}
form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {
	margin:0.5em 0;
}
button, input.button {
	position:relative;
	top:0.25em;
}
