@CHARSET "UTF-8";

body{
	/*background-color:#19388a;*/
	/*font-family: 'Open Sans', sans-serif;*/
	margin:0;
	padding:0;
	/*text-align: center;*/
	/*color: #000000;	background-image: url(/assets/images/youshi.jpg);
	background-repeat: repeat;*/
}
.im img{
	    width:expression(document.body.clientWidth>1024?"auto":"auto");
	overflow:hidden;
	}

p{
	margin: 0;
	margin-bottom:1.5em;
}

.robotpage-top-half{
	background-color:#FFFFFF;
	overflow:hidden;
	background-image: url(/__ErrFiles__/images/logo.png);
	background-position: center top;
	background-repeat: repeat;
}

#errorCodeTxt{
	color:#b3c8ff;	
}

/*#robot_holder{
	z-index: 999;
}*/

#brokebotSVG{
	height:315px;
	margin-left:auto;
	margin-right:auto;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	width:100%;
}

#robot-text{
	color:#000000;
	text-align:center;
	font-size:36px;
	margin-top:.5em;
	margin-bottom:.2em;
	padding:0;
	font-weight: bold;
}

#robotpage-bottom-half{
	font-family: 'Open Sans', sans-serif;

}

.robot-buttons{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}

a.robot-buttons {
	font-size: 1em;
	background-color: #00b9ee;
	text-align: center;
	border-radius: .3em;
	text-decoration: none;
	color: #ffffff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}

a.robot-buttons:hover  {
	cursor: pointer;
	background-color: #17CBFF;
	color: #ffffff;
}

.search-robot-form{
	
}

.search-robot{
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}

.search-robot-box{
	padding: 0.5em;
	border-radius: .5em;
	font-size: 1em;
	margin:0;
	border:0;
	width: 300px;
}

.search-robot-buttons {
	font-size: 1em;
	background-color: #333333;
	padding: 0.5em;
	border-radius: .5em;
	text-decoration: none;
	color: #FFFFFF;
	width:150px;
	margin:0;
	border:0;
}

.clear{
	clear:both;	
}

.search-robot-buttons:hover  {
	cursor: pointer;
	background-color: #666666;
	color: #FFFFFF;
}

.robot-links{
	text-align: center;
	color: #F2ECBA;
	margin-top:1em;
}

.robot-links a{
	color:#8BCA9B;
	text-decoration:none;
	padding:.5em;
}

.robot-links a:hover{
	color:#F2ECBA;
	text-decoration:none;
}	
@media (min-width:300px) and (max-width:640px) {
.robotpage-top-half{
	margin-top:-160px;
}
}