/*
	TEMPLATE
  MAIN CSS
  PATH: css/default.css
*/

html * { padding: 0; border: none; outline: none; }
#popupin1 *, #popupin2 *, #popupin3 *, { margin: 0; }
html, body { height: 100%; }
img { border: none; }
table { border-collapse: collapse; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.c_float_left { display: inline; float: left; }
.c_float_right { display: inline; float: right; }
.c_float_clear { clear: both; height: 0px; line-height: 0px; visibility: hidden; }

#popup1div, #popup2div, #popup3div { display: none; }

#popupin1, #popupin2, #popupin3 {
	padding: 20px 15px;
	width: 413px;
}

#popupin1 { height: 243px; background: url('../img/popup_bg_1.gif') no-repeat 0 0; }
#popupin2 { height: 243px; background: url('../img/popup_bg_2.gif') no-repeat 0 0; }
#popupin3 { height: 190px; background: url('../img/popup_bg_3.gif') no-repeat 0 0; }

#popupin1 h1, #popupin2 h1, #popupin3 h1 {
	color: #000000;
	font: normal 26px 'times new roman';
}

#popupin1 p, #popupin2 p, #popupin3 p {
	margin-top: 5px;
  margin-bottom: 0px;
	color: #000000;
	font: normal 18px 'times new roman';
}

#popupin2 p {
	margin-top: 3px;
	font: normal 18px 'times new roman';
}

#popupin1 input, #popupin2 input, #popupin3 input {
	color: #000000;
	font: normal 18px 'times new roman';
}

#popupin1 input.c_text, #popupin2 input.c_text, #popupin3 input.c_text {
	padding: 3px;
	width: 406px;
	height: 22px;
	background: url('../img/input.gif') no-repeat 0 0;
}

#popupin1 input.c_submit, #popupin2 input.c_submit, #popupin3 input.c_submit {
	margin-top: 20px;
	cursor: pointer;
	width: 119px;
	height: 32px;
	background: url('../img/input_submit.gif') no-repeat 0 0;
}

#popupin2 input.c_submit {
	margin-top: 26px;
}
