/**
 * @brief CSS for 602 migration info.
 * @author Jaroslav Hejlek
 */
 
div.MigrationInfo602 table th,
div.MigrationInfo602 table td {
	font-size: 12px;
	padding: 0px 4px 6px 0px!important;	
}

div.MigrationInfo602 table .required {
	color: red;
}

div.MigrationInfo602 table input[type=text] {
	width: 260px;
}

div.MigrationInfo602 table.migrationInfo{
	width: 410px;
}

input.submit602{
	background:transparent url(../image/button-freetrial.png) no-repeat scroll center top;
	height:27px;
	width:100px;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	margin-top:15px;
}

body.popupLayout div#message div.success,
body.popupLayout div#message div.failure{
	width:400px !important;
	margin-bottom:0;
}