﻿/*This only styles the remote-assistance.htm page held within the iframe on remote-assistance.aspx*/

body
{
	/*background:#fff !important;/*force the background to white.*/
}
#remoteAssistance
{
	float:left;
	width:100%;
	padding:18px 0 0 0;
}
* html #remoteAssistance
{
	width:100%;
}
#remoteAssistance p a
{
	cursor:pointer;/*no href is specified so make pointer*/
}
#remoteAssistance h3
{
	border:none;
	width:490px;
}
.inputWrap
{
    float:left;
    border:1px solid #e6e6e7;
    padding:1px;
}
.alertWrap
{
    float:left;
}
input, textarea
{
	width:100px;
    background:#eeeeef;
    margin:0;
    border:0;
    font-size:14px;
    padding:4px;
    color:#7c7e81;
}
input.RAname
{
    width:177px;
}
input.RAcode
{
    width:171px;
}
#remoteAssistance p
{
	width:490px;
}
*+html #remoteAssistance p, * html #remoteAssistance p
{
	padding-top:0;
	width:490px;
}



#remoteAssistance div.row
{
    margin-top:5px;
    float:left;
    padding-bottom:20px;
}
#remoteAssistance div.row label
{
    float:left;
    font-weight:bold;
    color:#3a6f8f;
    padding:6px 0;
    font-size:14px;
	margin:0 10px 0 0;
}
#remoteAssistance div.row label.name
{
	/*margin:0 10px 0 0;*/
}
#remoteAssistance div.row label.code
{
	margin:0 8px 0 22px;
}

#remoteAssistance div.buttonWrap
{
	padding-bottom:18px;
}
#remoteAssistance div.
{
}
#remoteAssistance div.wrap
{
	float:left;
	height:22px;
	padding:1px 0;
	margin:0 0 8px 0;
	width:490px;
	border-bottom:1px solid #c9cacb;
	border-top:1px solid #c9cacb;
}
#remoteAssistance div.wrap h4
{
	color:#3a6f8f;
	margin:0;
	padding:4px 0 4px 5px;
	height:14px;
	background:#e2ecf3;
}
*+ html #remoteAssistance div.wrap h4,* html #remoteAssistance div.wrap h4
{
	font-size:11px !important;
}