h1.loginpageheader
{
	margin-bottom: 1em;
	font-weight: normal;
}

strong, b 
{
	font-weight: bold !important;
}

.warning-msg
{
	color: #FF0000;
	font-weight: bold;
}

.required-indicator
{
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}

div#topErrorMessage, div#loginErrorMessage
{
	display: none;
	color: red;
	font-weight: bold;
	margin-bottom: 1em;
}

div#topUpdateMessage
{
	display: none;
	color: red;
	font-weight: bold;
	margin-bottom: 1em;
}

.missingcontactmessage, .missingmessage, #missingtrackingnumber, #wrongtrackingnumber
{
	display: none;
	color: red;
	font-weight: bold;
	clear: both;
}

.missingcontactmessage
{
	margin-left: .5em;
	padding-left: 75px;
}

label.contactlabel
{
	font-weight: bold;
	color: #222;
	display: inline-block;
	width: 100px;
	text-align: right;
}

input.contactfield
{
	display: inline-block;
	margin-left: .5em;
	margin-bottom: .3em;
	width: 300px;
}

div.maskedtext
{
	color: #fff;
}

p
{
	margin-bottom: 1em !important;
}

input.button
{
	/*padding: 3px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	margin-top: 1em;
}

input.button:hover
{
	cursor: pointer;
	/*color: #0e73b8;*/
}

input#signInAgain,button#signInAgain
{
	display: none;
}

input#registerBtn,button#registerBtn
{
	display: inline-block;
}

.banner 
{
	text-align: center;
}

#historyBtn
{
	display: none;
}


/****************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 989px)
{	
	/* this is small tablet landscape and tablet portrait */
	body 
	{
    		-webkit-text-size-adjust: none;
  	}
  	.content-pad,
  	.slideshow-bg .slideshow, 
  	.slideshow-bg .slideshow > div,
  	.head-img img 
	{
	    /* width: auto; */
	    /* max-width: 950px; */
	    width: auto !important;
	    text-align: left !important;
  	}

	div#formlistcontainer
	{
		width: 90%;
	}
}

@media only screen and (max-width: 800px) 
{
	div#actionformdesc1
	{
		float: none;
		clear: both;
		margin-left: 2em;
	}

	input.contactfield
	{
		width: 200px;
	}

	input#issuelocation
	{
		width: 280px;
	}

	textarea#issueadditionalinfo
	{
		width: 280px;
	}

	input.textinputfield
	{
		width: 280px;
	}
	textarea.textareafield
	{
		width: 280px;
	}

	label.contactlabel
	{
		color: #222;
		font-weight: bold;
		text-align: left !important;
		display: block;
	}

	div#emailconfirmation
	{
		white-space: normal;
		display: inline;
	}

	.content-pad, .slideshow-bg .slideshow, .slideshow-bg .slideshow > div, .head-img img
	{
		text-align: left !important;
	}
}


@media screen and (max-width: 480px) 
{
	div#actionformdesc1
	{
		width: 85% !important;
		margin: 0;
		text-align: left !important;
	}

	ul.form-list
	{
		padding: 0;
		text-align: left !important;
	}

	li.category, li.actionitem
	{
		white-space: normal;
		text-align: left !important;
	}

	input.contactfield
	{
		width: 220px;
	}

	input#issuelocation
	{
		width: 220px;
	}

	textarea#issueadditionalinfo
	{
		width: 220px;
	}

	input.textinputfield
	{
		width: 220px;
	}

	textarea.textareafield
	{
		width: 220px;
	}

	label.contactlabel
	{
		font-weight: bold;
		color: #222;
		text-align: left !important;
		display: block;
	}

	div#emailconfirmation
	{
		white-space: normal;
		display: inline;
	}

	.content-pad, .slideshow-bg .slideshow, .slideshow-bg .slideshow > div, .head-img img
	{
		text-align: left !important;
	}
}
