/**
	Document   : html
	Created on : 28.08.2015, 11:26:36
	Author     : BASIC\dbasic
	Description:
*/

*, html { margin:0;padding:0;line-height:100%;font-size:100%; }

body, html { width:100%;height:100%; }

body { background-color:#FFFFFF;color:#000000;font-family:Verdana, sans-serif;font-size:15px; }

.input { width:calc(100% - 12px);padding:5px;border:1px solid #000000;line-height:24px;font-size:24px;vertical-align:middle;min-width:140px; }
.input_fix { width:140px; }

.select,
.select_half,
.select_short { font-size:150%;color:#333333;padding:1px 0 1px 0;border:1px solid #666666; }
.select { width:200px; }
.select_half { width:100px; }
.select_short { width:75px; }

.select option,
.select_half option,
.select_short option { padding:0 1px 0 1px;margin:1px 0 1px 0;line-height:125%;font-size:150%;vertical-align:middle; }

.textarea { padding:10px;border:1px solid #999999;width:calc(100% - 10px);min-width:calc(100% - 10px);max-width:200px;min-height:100px; }

a { color:#0066FF;text-decoration:none; }
a:hover { color:#003E5E;text-decoration:underline; }
a:active { color:#ff9933;text-decoration:none; }

h1, h2, h3, h4, h5, h6 {

	color:#70C5DB;

}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
