/* CSS Document */

/*end box additional*/
		
	#textalertbox {
	width:550px;
	}
	
	.textalertboxtop {
	height:12px;
	}
	
	.textalertboxlower {
	background-color:#EEEEEE;
	padding:6px 12px 0 12px;
	border-top:1px solid #CFCFCF;
	margin:0;
	background-image:url(../img/textalertbox_lowerstrip.gif);
	
	}
	
	.textalertboxstrip {
	margin-top:10px;
	background-image:url(../img/textalertbox_strip.gif);
	background-repeat:repeat-y;
	}
	
	.textalertboxupper {
	padding:0 12px 0 12px;
	margin:0;
	background-image:url(../img/textalertbox_upperstrip.gif);
	background-repeat:repeat-y;
	}
	
	.textalertboxupper p {
	margin-top:0;
	padding-top:0;
	}

	.textalertboxbottom {
	clear:right;
	background-color:#FFF;
	height:12px;
	}
	
	.textalertboxend {
	background-repeat:no-repeat;
	background-image:url(../img/textalertbox_end.gif);
	height:12px;
	}
	
	.textalertboxmainleft {
	float:left;
	width:266px;
	}
	
	.textalertboxmainright {
	float:right;
	width:266px;
	text-align:left;
		}
	
	#textalertbox .button, #textalertbox .button2{
	margin-top:10px;
	color:#666666;
	font-weight:normal;
	}
	
	.#textalertbox .button a {
	color:#e70072;
	font-weight:bold;
	margin-top:10px;
	}
	
	#textalertbox .button .buttonimg{
	float:left;
	margin-right:5px;
	}
	
	#textalertbox .button2 .buttonimg{
	float:left;
	}
	
	#textalertbox .button2 .buttontext {
	padding-top:5px;
	margin-left:20px;
	}
	
	#textalertbox .button .buttontext {
	padding-top:5px;
	}
	
	#textalertbox .formrow {
	padding-bottom:4px;
	}
	
	#textalertbox .textalertformfield{
	width:230px;
	}
	
	#textalertbox .formrow input, #textalertbox .formrow select{
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    color: #000000;
    }
	
	#textalertbox .boxtextfloat {
	height:48px;
	margin-left:50px;
	padding-top:15px;
	}