﻿input {
	width: 300px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009933;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009933;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #009933;
	text-decoration: underline;
}
.innertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #787878;
	line-height: 20px;
	vertical-align:top;
}
.innerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
	line-height: 20px;
	vertical-align:top;	
}

.innerWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
	line-height: 20px;
	vertical-align:top;
}

html,body{ background:#f5f5f5; margin:0; border:0; padding:0; width:100%; height:100%; 
} 

.frame{ 
	background:#f5f5f5; width:100%; height:100%; 
	padding:10px;	
} 

.parent{ 
	background:#f5f5f5; display:block; 0 width:100%; height:100%; 
	padding:0px;	
} 

.parent{ 
	-webkit-column-width:100%; 
	-moz-column-width:100%; 
	-webkit-column-gap:0px; 
	-moz-column-gap:0px; 
} 
.parent{ 
	writing-mode: tb-lr; 
}/*ie8 arrage vertically*/
	 
.parent{ 
	*white-space:nowrap;
} 

.child{ 
	display:inline-block; 
	*display:inline; 
	margin:0px 5px 5px 0px; 
	border:1px solid #d1d1d1; 
	padding:5px; 
	width:650px; 
	height:150px; 
	text-align:center; 
	background:#ffffff; 
	color:#4f4f4f; 
} 
.child{
	writing-mode: lr-tb; 
} /*ie8 arrage vertically*/ 